Files
swift-mirror/tools/lldb-moduleimport-test/CMakeLists.txt
Dmitri Hrybenko a6a97e6543 Unbreak the build after upstream CMake changes
Swift SVN r26088
2015-03-13 04:20:04 +00:00

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")