diff --git a/deps/imgui/CMakeLists.txt b/deps/imgui/CMakeLists.txt index c18ca475..3fbdb9e7 100644 --- a/deps/imgui/CMakeLists.txt +++ b/deps/imgui/CMakeLists.txt @@ -15,3 +15,8 @@ add_library( backends/imgui_impl_glfw.cpp backends/imgui_impl_opengl3.cpp ) + +target_include_directories( + imgui SYSTEM PUBLIC + . +) \ No newline at end of file