cmake: install docs

This commit is contained in:
Alexandre Bouvier 2023-07-19 06:53:34 +02:00
parent 33067f6b4f
commit 700db16b54

View File

@ -34,6 +34,7 @@ if (PROJECT_IS_TOP_LEVEL)
COMMENT "Generating API documentation with Doxygen"
VERBATIM
)
install(DIRECTORY docs/ DESTINATION "${CMAKE_INSTALL_DATADIR}/doc/VulkanMemoryAllocator" PATTERN ".nojekyll" EXCLUDE)
endif()
option(VMA_BUILD_SAMPLES "Build samples")