Files
swift-mirror/tools/swift-demangle/CMakeLists.txt
Dmitri Hrybenko 5a88513e71 Don't link to curses library explicitly
LLVM build system has been fixed to pass down this linker flag automatically.


Swift SVN r7048
2013-08-08 17:46:52 +00:00

8 lines
191 B
CMake

add_swift_executable(swift-demangle
swift-demangle.cpp
DEPENDS swiftBasic
COMPONENT_DEPENDS support ${LLVM_TARGETS_TO_BUILD})
install(TARGETS swift-demangle
RUNTIME DESTINATION bin)