mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
build: PR1972, Install vk_layer_dispatch_table.h hdr
vk_layer.h is installed and includes it. Also, vk_layer.h is needed to write third party layers, so I don't think not installing vk_layer.h is an option. Change-Id: I3e34d8484fdc5092edff3bab72991303a4aeb2c7
This commit is contained in:
parent
a768fa61d2
commit
08649adeb7
@ -333,6 +333,7 @@ endif()
|
||||
if(UNIX)
|
||||
if(INSTALL_LVL_FILES)
|
||||
install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/vulkan" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/vk_layer_dispatch_table.h" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/vulkan")
|
||||
endif()
|
||||
|
||||
# uninstall target
|
||||
|
Loading…
Reference in New Issue
Block a user