Merge pull request #11454 from OatmealDome/implot-demo-be-gone

implot: Don't compile `implot_demo.cpp`
This commit is contained in:
Pierre Bourdon 2023-01-17 23:30:58 +01:00 committed by GitHub
commit 283f21717b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ endif()
set(SRCS
implot/implot.cpp
implot/implot_items.cpp
implot/implot_demo.cpp
)
add_library(implot STATIC ${SRCS})

View File

@ -24,7 +24,6 @@
<ItemGroup>
<ClCompile Include="implot/implot.cpp" />
<ClCompile Include="implot/implot_items.cpp" />
<ClCompile Include="implot/implot_demo.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="implot/implot.h" />
@ -35,4 +34,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>