implot: Don't compile implot_demo.cpp
This commit is contained in:
parent
0e1c2501be
commit
dc4284652c
|
@ -7,7 +7,6 @@ endif()
|
||||||
set(SRCS
|
set(SRCS
|
||||||
implot/implot.cpp
|
implot/implot.cpp
|
||||||
implot/implot_items.cpp
|
implot/implot_items.cpp
|
||||||
implot/implot_demo.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(implot STATIC ${SRCS})
|
add_library(implot STATIC ${SRCS})
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="implot/implot.cpp" />
|
<ClCompile Include="implot/implot.cpp" />
|
||||||
<ClCompile Include="implot/implot_items.cpp" />
|
<ClCompile Include="implot/implot_items.cpp" />
|
||||||
<ClCompile Include="implot/implot_demo.cpp" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="implot/implot.h" />
|
<ClInclude Include="implot/implot.h" />
|
||||||
|
@ -35,4 +34,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue