Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682486 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/CMakeLists.txt (-1 / +1 lines)
Lines 263-269 Link Here
263
    add_definitions(${LLVM_DEFINITIONS})
263
    add_definitions(${LLVM_DEFINITIONS})
264
    llvm_map_components_to_libnames(llvm_libs support core option)
264
    llvm_map_components_to_libnames(llvm_libs support core option)
265
    target_compile_definitions(doxygen PRIVATE ${LLVM_DEFINITIONS})
265
    target_compile_definitions(doxygen PRIVATE ${LLVM_DEFINITIONS})
266
    set(CLANG_LIBS libclang clangTooling ${llvm_libs})
266
    set(CLANG_LIBS libclang clangTooling clangBasic clangLex ${llvm_libs})
267
endif()
267
endif()
268
268
269
target_link_libraries(doxygen
269
target_link_libraries(doxygen

Return to bug 682486