Skip to content

Commit

Permalink
[Wasm] LLVM 14 requires C as a project lang
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Aug 20, 2022
1 parent 226faa8 commit 77f7ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15.1)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)

project(XCTest LANGUAGES Swift CXX)
project(XCTest LANGUAGES Swift C CXX)

option(BUILD_SHARED_LIBS "Build shared libraries" ON)
option(USE_FOUNDATION_FRAMEWORK "Use Foundation.framework on Darwin" NO)
Expand Down

0 comments on commit 77f7ff4

Please sign in to comment.