File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ doxyapp.cpp
15
15
add_sanitizers (doxyapp )
16
16
17
17
if (use_libclang )
18
- set (CLANG_LIBS libclang clangTooling ${llvm_libs} )
18
+ set (CLANG_LIBS libclang clang-cpp ${llvm_libs} )
19
19
endif ()
20
20
21
21
target_link_libraries (doxyapp
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ doxyparse.cpp
15
15
add_sanitizers (doxyparse )
16
16
17
17
if (use_libclang )
18
- set (CLANG_LIBS libclang clangTooling ${llvm_libs} )
18
+ set (CLANG_LIBS libclang clang-cpp ${llvm_libs} )
19
19
endif ()
20
20
21
21
target_link_libraries (doxyparse
Original file line number Diff line number Diff line change @@ -330,9 +330,9 @@ if (use_libclang)
330
330
endif ()
331
331
include_directories (${LLVM_INCLUDE_DIRS} )
332
332
add_definitions (${LLVM_DEFINITIONS} )
333
- llvm_map_components_to_libnames (llvm_libs support core option )
333
+ llvm_map_components_to_libnames (llvm_libs support )
334
334
target_compile_definitions (doxygen PRIVATE ${LLVM_DEFINITIONS} )
335
- set (CLANG_LIBS libclang clangTooling ${llvm_libs} )
335
+ set (CLANG_LIBS libclang clang-cpp ${llvm_libs} )
336
336
endif ()
337
337
338
338
target_link_libraries (doxygen
You can’t perform that action at this time.
0 commit comments