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 6741c5a commit 2c708bdCopy full SHA for 2c708bd
Examples/CMakeLists.txt
@@ -1,7 +1,8 @@
1
add_executable(math
2
math/main.swift)
3
target_link_libraries(math PRIVATE
4
- ArgumentParser)
+ ArgumentParser
5
+ $<$<STREQUAL:${CMAKE_SYSTEM_NAME},Linux>:m>)
6
7
add_executable(repeat
8
repeat/main.swift)
0 commit comments