Files
swift-mirror/unittests/Parse/CMakeLists.txt
Mark Lacey 859b779f15 Speculatively try a different fix for LLVMCoverage linker issues.
We're still hitting undefined symbols on Linux. Hopefully this clears
those up as well.
2016-05-06 17:02:22 -07:00

15 lines
218 B
CMake

add_swift_unittest(SwiftParseTests
BuildConfigTests.cpp
LexerTests.cpp
TokenizerTests.cpp
)
target_link_libraries(SwiftParseTests
swiftSIL
swiftSema
swiftClangImporter
swiftParse
swiftAST
)