Make kompute actually include external SDK headers when requested

This commit is contained in:
Aaron Miller 2023-09-12 12:36:13 -07:00
parent 0412ec287c
commit 9bee309a7c

View file

@ -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()
# ####################################################