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.
2 parents 8f81e1d + 87b44cf commit dc66e8dCopy full SHA for dc66e8d
Runtimes/Core/CommandLineSupport/CMakeLists.txt
@@ -3,6 +3,8 @@ if(SwiftCore_ENABLE_COMMANDLINE_SUPPORT)
3
target_include_directories(swiftCommandLineSupport PRIVATE
4
"${SwiftCore_SWIFTC_SOURCE_DIR}/include"
5
"${PROJECT_BINARY_DIR}/include")
6
+ target_compile_definitions(swiftCommandLineSupport PUBLIC
7
+ -DSWIFT_STDLIB_HAS_COMMANDLINE)
8
9
target_link_libraries(swiftCommandLineSupport PRIVATE
10
swiftShims)
0 commit comments