We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d1f10 commit 140c8c7Copy full SHA for 140c8c7
CMakeLists.txt
@@ -117,7 +117,7 @@ if (VULKAN_HEADERS_ENABLE_INSTALL)
117
set_target_properties(Vulkan-Headers PROPERTIES EXPORT_NAME "Headers")
118
if (VULKAN_HEADERS_ENABLE_MODULE)
119
set_target_properties(Vulkan-HppModule PROPERTIES EXPORT_NAME "HppModule")
120
- install(TARGETS Vulkan-Headers Vulkan-HppModule EXPORT VulkanHeadersConfig FILE_SET module INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
+ install(TARGETS Vulkan-Headers Vulkan-HppModule FILE_SET module EXPORT VulkanHeadersConfig INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
121
else()
122
install(TARGETS Vulkan-Headers EXPORT VulkanHeadersConfig INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
123
endif()
0 commit comments