mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 05:25:08 +00:00
Examples: Vulkan: Fixed CMake include path. (#3550)
The backends directory was not included, so the build was failing.
This commit is contained in:
parent
e6b99a420b
commit
acb8ef2006
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ include_directories(${GLFW_DIR}/include)
|
|||
|
||||
# Dear ImGui
|
||||
set(IMGUI_DIR ../../)
|
||||
include_directories(${IMGUI_DIR} ..)
|
||||
include_directories(${IMGUI_DIR} ${IMGUI_DIR}/backends ..)
|
||||
|
||||
# Libraries
|
||||
find_package(Vulkan REQUIRED)
|
||||
|
|
Loading…
Add table
Reference in a new issue