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

10 lines
182 B
CMake

add_swift_unittest(SourceKitSupportTests
FuzzyStringMatcherTest.cpp
ImmutableTextBufferTest.cpp
)
target_link_libraries(SourceKitSupportTests
PRIVATE
SourceKitSupport
)