Files
swift-mirror/unittests/IDE/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
192 B
CMake

add_swift_unittest(SwiftIDETests
CodeCompletionToken.cpp
)
target_link_libraries(SwiftIDETests
swiftIDE
)
llvm_config(SwiftIDETests bitreader bitwriter support ${LLVM_TARGETS_TO_BUILD})