Merge pull request #356 from abouvier/cmake-doc

cmake: install docs
This commit is contained in:
Adam Sawicki 2023-07-21 10:35:55 +02:00 committed by GitHub
commit 6eb62e1515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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