From a701a241eb9e54c1255aaa21e5ebe3b753b971b1 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 23 Dec 2023 14:35:12 -0600 Subject: [PATCH] [imgui] Add target_include_directories for ImGui --- deps/imgui/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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