From b3dfa12eee1cbca6be7a155e9e506d5a080071e2 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 17 Apr 2021 20:05:50 -0700 Subject: Add implot --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 88f540e..0517e4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,5 +18,6 @@ include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) conan_basic_setup() add_subdirectory(3rdparty/imgui) +add_subdirectory(3rdparty/implot) add_subdirectory(3rdparty/imgui-node-editor) add_subdirectory(core) -- cgit v1.2.3-70-g09d2