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 2460e98 commit 150f3d2Copy full SHA for 150f3d2
tools/swift-plugin-server/CMakeLists.txt
@@ -5,10 +5,10 @@ if (SWIFT_BUILD_SWIFT_SYNTAX)
5
include(DarwinSDKs)
6
swift_get_host_triple(SWIFT_HOST_TRIPLE)
7
8
- # override the remote SwiftSystem dependency in WasmKit
+ # override the remote SwiftSystem and ArgParser dependencies in WasmKit
9
FetchContent_Declare(SwiftSystem SOURCE_DIR "${PROJECT_SOURCE_DIR}/../swift-system")
10
+ FetchContent_Declare(ArgumentParser SOURCE_DIR "${PROJECT_SOURCE_DIR}/../swift-argument-parser")
11
- set(WASMKIT_BUILD_CLI OFF)
12
FetchContent_Declare(WasmKit SOURCE_DIR "${PROJECT_SOURCE_DIR}/../wasmkit")
13
FetchContent_MakeAvailable(WasmKit)
14
0 commit comments