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 1d8d3dc commit f00e739Copy full SHA for f00e739
CMakeLists.txt
@@ -42,6 +42,7 @@ endif()
42
find_package(dispatch QUIET)
43
find_package(Foundation QUIET)
44
find_package(Yams CONFIG REQUIRED)
45
+find_package(swift-argument-parser CONFIG REQUIRED)
46
47
add_subdirectory(Sources)
48
add_subdirectory(cmake/modules)
Sources/swift-help/CMakeLists.txt
@@ -9,5 +9,6 @@
9
add_executable(swift-help
10
main.swift)
11
target_link_libraries(swift-help PUBLIC
12
- SwiftOptions)
+ SwiftOptions
13
+ ArgumentParser)
14
0 commit comments