Skip to content

Commit 378c41b

Browse files
committed
Fix ClangCASTests CMake rule after llvm#134196
1 parent a08caf6 commit 378c41b

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

clang/unittests/CAS/CMakeLists.txt

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
set(LLVM_LINK_COMPONENTS
2-
Support
3-
CAS
4-
)
5-
61
add_clang_unittest(ClangCASTests
72
CASOptionsTest.cpp
83
IncludeTreeTest.cpp
9-
)
10-
11-
clang_target_link_libraries(ClangCASTests
12-
PRIVATE
4+
CLANG_LIBS
135
clangBasic
146
clangCAS
157
clangDependencyScanning
16-
)
17-
18-
target_link_libraries(ClangCASTests
19-
PRIVATE
8+
LINK_LIBS
209
LLVMTestingSupport
21-
)
10+
LLVM_COMPONENTS
11+
CAS
12+
Support
13+
)

0 commit comments

Comments
 (0)