Fix include Example_glfw_vulkan cmake (#1916)

Probably got broken because of the refactor.
features/potocpav-newer-lines-2
codecnotsupported ago%!(EXTRA string=7 years) committed by omar
parent 6e67afc500
commit b62cc5c150
  1. 2
      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

Loading…
Cancel
Save