mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
implot: Don't compile implot_demo.cpp
This commit is contained in:
parent
0e1c2501be
commit
dc4284652c
1
Externals/implot/CMakeLists.txt
vendored
1
Externals/implot/CMakeLists.txt
vendored
@ -7,7 +7,6 @@ endif()
|
||||
set(SRCS
|
||||
implot/implot.cpp
|
||||
implot/implot_items.cpp
|
||||
implot/implot_demo.cpp
|
||||
)
|
||||
|
||||
add_library(implot STATIC ${SRCS})
|
||||
|
1
Externals/implot/implot.vcxproj
vendored
1
Externals/implot/implot.vcxproj
vendored
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user