From b3dfa12eee1cbca6be7a155e9e506d5a080071e2 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 17 Apr 2021 20:05:50 -0700 Subject: Add implot --- 3rdparty/implot/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 3rdparty/implot/CMakeLists.txt (limited to '3rdparty/implot/CMakeLists.txt') diff --git a/3rdparty/implot/CMakeLists.txt b/3rdparty/implot/CMakeLists.txt new file mode 100644 index 0000000..6b92b02 --- /dev/null +++ b/3rdparty/implot/CMakeLists.txt @@ -0,0 +1,7 @@ +file(GLOB IMPLOT_SOURCES *.cpp) + +add_library(implot ${IMPLOT_SOURCES}) +target_include_directories(implot PRIVATE + ${CMAKE_SOURCE_DIR}/3rdparty/implot + ${CMAKE_SOURCE_DIR}/3rdparty/imgui +) -- cgit v1.2.3-70-g09d2