From 77e2c3f6a23722af9da451a761558e29e44135ed 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/nostalgia/deps/imgui/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deps/nostalgia/deps/imgui/CMakeLists.txt b/deps/nostalgia/deps/imgui/CMakeLists.txt index c18ca47..3fbdb9e 100644 --- a/deps/nostalgia/deps/imgui/CMakeLists.txt +++ b/deps/nostalgia/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