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

9 lines
133 B
CMake

add_swift_unittest(SwiftDriverTests
DependencyGraphTests.cpp
)
target_link_libraries(SwiftDriverTests
PRIVATE
swiftDriver
)