From 5b9d197b7d227f5173d6e43e83e04eb0c5e35d63 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 27 Aug 2022 15:20:54 +1000 Subject: [PATCH] 3rdparty/imgui: Include imgui_stdlib --- 3rdparty/imgui/CMakeLists.txt | 1 + 3rdparty/imgui/imgui.vcxproj | 2 ++ 3rdparty/imgui/imgui.vcxproj.filters | 2 ++ 3 files changed, 5 insertions(+) diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt index 00099b2e9e..fe751ded0a 100644 --- a/3rdparty/imgui/CMakeLists.txt +++ b/3rdparty/imgui/CMakeLists.txt @@ -10,6 +10,7 @@ add_library(imgui imgui/imstb_rectpack.h imgui/imstb_textedit.h imgui/imstb_truetype.h + imgui/misc/cpp/imgui_stdlib.cpp ) target_include_directories(imgui PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/imgui" "${CMAKE_CURRENT_SOURCE_DIR}/include") diff --git a/3rdparty/imgui/imgui.vcxproj b/3rdparty/imgui/imgui.vcxproj index 0b7aa56aed..9b32aabe95 100644 --- a/3rdparty/imgui/imgui.vcxproj +++ b/3rdparty/imgui/imgui.vcxproj @@ -47,6 +47,7 @@ + @@ -54,6 +55,7 @@ + diff --git a/3rdparty/imgui/imgui.vcxproj.filters b/3rdparty/imgui/imgui.vcxproj.filters index 76a5974718..b50def7037 100644 --- a/3rdparty/imgui/imgui.vcxproj.filters +++ b/3rdparty/imgui/imgui.vcxproj.filters @@ -7,6 +7,7 @@ + @@ -14,5 +15,6 @@ + \ No newline at end of file