Skip to content

Commit 48e844f

Browse files
authored
Update CMakeLists.txt
1 parent a99f706 commit 48e844f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ set(LLVM_LINK_COMPONENTS
22
Support
33
)
44

5-
llvm_map_components_to_libnames(
6-
llvm_libs
7-
Support
8-
)
9-
105
set(clang_libs
116
clangAST
127
)
@@ -34,9 +29,11 @@ add_cppinterop_unittest(CppInterOpTests
3429
VariableReflectionTest.cpp
3530
)
3631

32+
message(STATUS "clang_libs ${clang_libs}")
33+
3734
target_link_libraries(CppInterOpTests
3835
PRIVATE
39-
clangCppInterOp ${llvm_libs} ${clang_libs}
36+
clangCppInterOp ${clang_libs}
4037
)
4138

4239
set_output_directory(CppInterOpTests

0 commit comments

Comments
 (0)