Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0abc18d2 authored by hhakim's avatar hhakim
Browse files

Install doxygen doc for core c++ API if core library's installed.

parent 9a052a98
No related branches found
No related tags found
No related merge requests found
......@@ -702,6 +702,10 @@ endif(CMAKE_BUILD_TYPE MATCHES "Release")
if(NOT EXCLUDE_FAUST_LIB_INSTALL)
install(TARGETS ${FAUST_TARGET} DESTINATION ${FAUST_INSTALL_LIB})
if(${BUILD_DOCUMENTATION})
string(REGEX REPLACE "(.*)/lib/.*" "\\1" DOC_INSTALL_PREFIX ${FAUST_INSTALL_LIB})
install(DIRECTORY "${PROJECT_BINARY_DIR}/doc/html" DESTINATION "${DOC_INSTALL_PREFIX}/share/faust/doc/")
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment