We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e48def commit ce7988bCopy full SHA for ce7988b
CMakeLists.txt
@@ -4,10 +4,10 @@
4
cmake_minimum_required(VERSION 3.26)
5
set(CMAKE_OSX_DEPLOYMENT_TARGET 13.0)
6
project(Swifty-LLVM
7
- VERSION 0.1.0
8
- DESCRIPTION "A Swifty interface for the LLVM compiler infrastructure, currently wrapping LLVM's C API."
9
- HOMEPAGE_URL "https://github.com/hylo-lang/Swifty-LLVM"
10
- LANGUAGES C CXX Swift
+ VERSION 0.1.0
+ DESCRIPTION "A Swifty interface for the LLVM compiler infrastructure, currently wrapping LLVM's C API."
+ HOMEPAGE_URL "https://github.com/hylo-lang/Swifty-LLVM"
+ LANGUAGES C CXX Swift
11
)
12
enable_testing()
13
list(PREPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)
0 commit comments