Skip to content

Commit 6db3783

Browse files
authored
Merge pull request #11 from apple/egorzhdan/cmake-c-language
[build] Explicitly tell CMake that the project uses C language
2 parents 51708de + 7939973 commit 6db3783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(SwiftLLVMBindings LANGUAGES Swift)
3+
project(SwiftLLVMBindings LANGUAGES C Swift)
44

55
if(CMAKE_SYSTEM_NAME STREQUAL Windows OR CMAKE_SYSTEM_NAME STREQUAL Darwin)
66
option(BUILD_SHARED_LIBS "Build shared libraries by default" YES)

0 commit comments

Comments
 (0)