mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
311 B
CMake
10 lines
311 B
CMake
add_swift_executable(lldb-moduleimport-test
|
|
lldb-moduleimport-test.cpp
|
|
DEPENDS swiftASTSectionImporter swiftFrontend swiftClangImporter
|
|
COMPONENT_DEPENDS bitreader bitwriter support ${LLVM_TARGETS_TO_BUILD})
|
|
|
|
target_link_libraries(swift)
|
|
|
|
install(TARGETS lldb-moduleimport-test
|
|
RUNTIME DESTINATION bin)
|