Files
swift-mirror/unittests/Parse/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

10 lines
182 B
CMake

set(LLVM_LINK_COMPONENTS
core)
add_swift_unittest(SwiftParseTests
LexerTests.cpp
)
target_link_libraries(SwiftParseTests
swiftParse swiftSIL swiftSema swiftClangImporter
)