mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
268 B
CMake
11 lines
268 B
CMake
add_swift_executable(lldb-moduleimport-test
|
|
lldb-moduleimport-test.cpp
|
|
LINK_LIBRARIES
|
|
swiftASTSectionImporter swiftFrontend swiftClangImporter
|
|
)
|
|
|
|
swift_install_in_component(testsuite-tools
|
|
TARGETS lldb-moduleimport-test
|
|
RUNTIME DESTINATION "bin")
|
|
|