mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
182 B
CMake
10 lines
182 B
CMake
add_swift_unittest(SourceKitSupportTests
|
|
FuzzyStringMatcherTest.cpp
|
|
ImmutableTextBufferTest.cpp
|
|
)
|
|
|
|
target_link_libraries(SourceKitSupportTests
|
|
PRIVATE
|
|
SourceKitSupport
|
|
)
|