Skip to content

Commit bbd1dc6

Browse files
vulkan-headers
1 parent aa8d3e7 commit bbd1dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ target_sources(
227227

228228
target_compile_definitions(imgui PUBLIC GLFW_INCLUDE_VULKAN IMGUI_DEFINE_MATH_OPERATORS)
229229

230-
target_link_libraries(imgui PUBLIC glfw Vulkan::Loader)
230+
target_link_libraries(imgui PUBLIC glfw Vulkan::Headers Vulkan::Loader)
231231

232232
add_library(imguizmo STATIC)
233233

0 commit comments

Comments
 (0)