From dc4284652c53427ca9986d32532ffa7a4cb4b7b5 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Fri, 30 Dec 2022 16:31:44 -0500 Subject: [PATCH] implot: Don't compile implot_demo.cpp --- Externals/implot/CMakeLists.txt | 1 - Externals/implot/implot.vcxproj | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Externals/implot/CMakeLists.txt b/Externals/implot/CMakeLists.txt index dfe34a34b1..b25effa851 100644 --- a/Externals/implot/CMakeLists.txt +++ b/Externals/implot/CMakeLists.txt @@ -7,7 +7,6 @@ endif() set(SRCS implot/implot.cpp implot/implot_items.cpp - implot/implot_demo.cpp ) add_library(implot STATIC ${SRCS}) diff --git a/Externals/implot/implot.vcxproj b/Externals/implot/implot.vcxproj index d0e7557c5c..11446581c6 100644 --- a/Externals/implot/implot.vcxproj +++ b/Externals/implot/implot.vcxproj @@ -24,7 +24,6 @@ - @@ -35,4 +34,4 @@ - \ No newline at end of file +