Skip to content

Commit

Permalink
doxyapp and CLANG linking
Browse files Browse the repository at this point in the history
In case CLANG is enabled for doxygen this library is also used for doxyapp, but the clang libraries were not included in the doxyapp CMake project.
  • Loading branch information
albert-github committed Dec 12, 2015
1 parent b103d90 commit a58a2ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/doxyapp/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/qtools
${ICONV_INCLUDE_DIR}
${CLANG_INCLUDEDIR}
)

add_executable(doxyapp
Expand All @@ -21,6 +22,7 @@ ${ICONV_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${SQLITE3_LIBRARIES}
${EXTRA_LIBS}
${CLANG_LIBS}
)

install(TARGETS doxyapp DESTINATION bin)
Expand Down

0 comments on commit a58a2ca

Please sign in to comment.