mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-24 05:19:02 +08:00
Fix include Example_glfw_vulkan cmake (#1916)
Probably got broken because of the refactor.
This commit is contained in:
parent
6e67afc500
commit
b62cc5c150
@ -20,7 +20,7 @@ include_directories(${GLFW_DIR}/include)
|
||||
|
||||
# ImGui
|
||||
set(IMGUI_DIR ../../)
|
||||
include_directories(${IMGUI_DIR})
|
||||
include_directories(${IMGUI_DIR} ..)
|
||||
|
||||
# Libraries
|
||||
find_library(VULKAN_LIBRARY
|
||||
|
Loading…
Reference in New Issue
Block a user