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.
2 parents 51708de + 7939973 commit 6db3783Copy full SHA for 6db3783
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.18)
2
3
-project(SwiftLLVMBindings LANGUAGES Swift)
+project(SwiftLLVMBindings LANGUAGES C Swift)
4
5
if(CMAKE_SYSTEM_NAME STREQUAL Windows OR CMAKE_SYSTEM_NAME STREQUAL Darwin)
6
option(BUILD_SHARED_LIBS "Build shared libraries by default" YES)
0 commit comments