Skip to content

Commit 6a53c11

Browse files
committed
Add swift-argument-parser to the cmake build
1 parent 1d8d3dc commit 6a53c11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ endif()
4242
find_package(dispatch QUIET)
4343
find_package(Foundation QUIET)
4444
find_package(Yams CONFIG REQUIRED)
45+
find_package(ArgumentParser CONFIG REQUIRED)
4546

4647
add_subdirectory(Sources)
4748
add_subdirectory(cmake/modules)

Sources/swift-help/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
add_executable(swift-help
1010
main.swift)
1111
target_link_libraries(swift-help PUBLIC
12-
SwiftOptions)
12+
SwiftOptions
13+
ArgumentParser)
1314

0 commit comments

Comments
 (0)