mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-10 04:18:48 -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)
|
if (TESTS_BUILD)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif (TESTS_BUILD)
|
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