Files
swift-mirror/unittests/Driver/CMakeLists.txt
Robert Widmann 74765a8ba8 Remove Type Body Fingerprints Flags
This infrastructure has more than proven itself. Drop the code paths and tests supporting the status quo.
2020-10-01 13:09:00 -07:00

11 lines
255 B
CMake

add_swift_unittest(SwiftDriverTests
FineGrainedDependencyGraphTests.cpp
MockingFineGrainedDependencyGraphs.cpp
UnitTestSourceFileDepGraphFactory.cpp
)
target_link_libraries(SwiftDriverTests PRIVATE
swiftAST
swiftClangImporter
swiftDriver)