mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2026-04-02 16:13:48 +03:00
Make kompute actually include external SDK headers when requested
This commit is contained in:
@@ -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()
|
||||
|
||||
# ####################################################
|
||||
|
||||
Reference in New Issue
Block a user