Make kompute actually include external SDK headers when requested
This commit is contained in:
parent
b7e2e691d4
commit
beee57266f
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ endif()
|
|||
|
||||
if(KOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER)
|
||||
target_link_libraries(kompute PUBLIC Vulkan-Headers)
|
||||
else()
|
||||
target_link_libraries(kompute PUBLIC Vulkan::Headers)
|
||||
endif()
|
||||
|
||||
# ####################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue