Skip to content

Commit 9c753ab

Browse files
authored
build: add missing static link dependency (#579)
The `ArgumentParserTestHelpers` module depends on `ArgumentParserToolInfo` but fails to indicate that dependency. This was exposed whilst improving static linking for Windows.
1 parent 7b0f469 commit 9c753ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ArgumentParserTestHelpers/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ set_target_properties(ArgumentParserTestHelpers PROPERTIES
55
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
66
target_link_libraries(ArgumentParserTestHelpers PUBLIC
77
ArgumentParser
8+
ArgumentParserToolInfo
89
XCTest
910
Foundation)

0 commit comments

Comments
 (0)