Files
swift-mirror/stdlib/public/CommandLineSupport/CMakeLists.txt
Evan Wilde a5f11c4851 Fix the main->next merge conflicts
This cleans up all of the merge conflicts from main into next after the
rebranch merge.
2021-10-15 15:57:55 -07:00

9 lines
292 B
CMake

add_swift_target_library(swiftCommandLineSupport
STATIC DONT_EMBED_BITCODE NOSWIFTRT
CommandLine.cpp
C_COMPILE_FLAGS ${SWIFT_RUNTIME_CXX_FLAGS}
LINK_FLAGS ${SWIFT_RUNTIME_LINK_FLAGS}
SWIFT_COMPILE_FLAGS ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
INSTALL_IN_COMPONENT never_install
)