We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b787a6 + ced6bd9 commit 5cdbc5bCopy full SHA for 5cdbc5b
unittests/Driver/CMakeLists.txt
@@ -5,9 +5,7 @@ add_swift_unittest(SwiftDriverTests
5
UnitTestSourceFileDepGraphFactory.cpp
6
)
7
8
-target_link_libraries(SwiftDriverTests
9
- PRIVATE
10
- swiftDriver
11
- swiftClangImporter
+target_link_libraries(SwiftDriverTests PRIVATE
12
swiftAST
13
-)
+ swiftClangImporter
+ swiftDriver)
0 commit comments