From b62cc5c150bed6f8958789d73286efe093c3b730 Mon Sep 17 00:00:00 2001 From: codecnotsupported Date: Sat, 30 Jun 2018 10:53:36 +0200 Subject: [PATCH] Fix include Example_glfw_vulkan cmake (#1916) Probably got broken because of the refactor. --- examples/example_glfw_vulkan/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_glfw_vulkan/CMakeLists.txt b/examples/example_glfw_vulkan/CMakeLists.txt index f9adc77e0..60fe5718f 100644 --- a/examples/example_glfw_vulkan/CMakeLists.txt +++ b/examples/example_glfw_vulkan/CMakeLists.txt @@ -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