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 fa50c19 commit 7939973Copy full SHA for 7939973
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