Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11454 from OatmealDome/implot-demo-be-gone
implot: Don't compile `implot_demo.cpp`
  • Loading branch information
delroth committed Jan 17, 2023
2 parents a7d1683 + dc42846 commit 283f217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Externals/implot/CMakeLists.txt
Expand Up @@ -7,7 +7,6 @@ endif()
set(SRCS
implot/implot.cpp
implot/implot_items.cpp
implot/implot_demo.cpp
)

add_library(implot STATIC ${SRCS})
Expand Down
3 changes: 1 addition & 2 deletions Externals/implot/implot.vcxproj
Expand Up @@ -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" />
Expand All @@ -35,4 +34,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 283f217

Please sign in to comment.