Files
swift-mirror/unittests/Syntax/CMakeLists.txt
Bob Wilson 390058972a [master-next] Use PRIVATE in target_link_libraries for executables
This is needed to work with LLVM r319840.
2017-12-06 21:55:22 -08:00

17 lines
339 B
CMake

add_swift_unittest(SwiftSyntaxTests
DeclSyntaxTests.cpp
ExprSyntaxTests.cpp
GenericSyntaxTests.cpp
RawSyntaxTests.cpp
StmtSyntaxTests.cpp
SyntaxCollectionTests.cpp
ThreadSafeCachingTests.cpp
TriviaTests.cpp
TypeSyntaxTests.cpp
UnknownSyntaxTests.cpp
)
target_link_libraries(SwiftSyntaxTests
PRIVATE
swiftSyntax)