mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-08 03:16:41 -04:00
Add option to install vulkan.hpp header (#429)
This commit is contained in:
parent
e850963599
commit
2bd8e403e8
@ -113,3 +113,7 @@ option (TESTS_BUILD OFF)
|
||||
if (TESTS_BUILD)
|
||||
add_subdirectory(tests)
|
||||
endif (TESTS_BUILD)
|
||||
|
||||
if (${VULKAN_HPP_INSTALL})
|
||||
install(FILES ${vulkan_hpp} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/vulkan)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user