Add option to link vulkan without shaderc

This commit is contained in:
Georg Hagen
2024-07-21 13:42:51 +02:00
parent 1e400a4030
commit 1993495dbc
2 changed files with 9 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ if (glfw_FOUND)
target_link_libraries(imgui_internal PUBLIC glfw)
endif ()
set(NO_SHADERC ON)
SetupVulkan(imgui_internal)
target_include_directories(imgui_internal PUBLIC ${Vulkan_INCLUDE_DIR})