Files
openmesh/Doc/CMakeLists.txt

13 lines
348 B
CMake
Raw Normal View History

include (ACGDoxygen)
IF (DOXYGEN_FOUND)
# Add a documentation install target
2020-12-02 12:28:10 +01:00
acg_create_doc_target(doc-install)
if (TARGET doc-install)
acg_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${ACG_PROJECT_DATADIR}/doc/html")
endif()
ENDIF(DOXYGEN_FOUND)