Revision c2ea6fbae2634487a33181bb44d1508b19a4507c authored by Jan Möbius on 23 November 2022, 15:04:04 UTC, committed by Jan Möbius on 23 November 2022, 15:04:04 UTC
Fix calc_normal for edges See merge request OpenMesh/OpenMesh!325
CMakeLists.txt
include (VCIDoxygen)
IF (DOXYGEN_FOUND)
# Add a documentation install target
vci_create_doc_target(doc-install)
if (TARGET doc-install)
vci_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${VCI_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${VCI_PROJECT_DATADIR}/doc/html")
endif()
ENDIF(DOXYGEN_FOUND)

Computing file changes ...