mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 08:48:32 +00:00
cmake: install docs
This commit is contained in:
parent
33067f6b4f
commit
700db16b54
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue