Files
swift-mirror/tools/swift-demangle/CMakeLists.txt
Jordan Rose bc91897806 Remove LLVM_INITIALIZE from swift-demangle.
There were dependencies missing, but it turns out it doesn't actually need
any of it.

Swift SVN r31860
2015-09-10 21:15:31 +00:00

10 lines
210 B
CMake

add_swift_executable(swift-demangle
swift-demangle.cpp
LINK_LIBRARIES swiftBasic
COMPONENT_DEPENDS support)
swift_install_in_component(compiler
TARGETS swift-demangle
RUNTIME DESTINATION "bin")