diff options
author | rtk0c <[email protected]> | 2021-04-17 20:05:50 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-17 20:05:50 -0700 |
commit | b3dfa12eee1cbca6be7a155e9e506d5a080071e2 (patch) | |
tree | 620f28ae8975837e6dd61359971e093cd591a477 /CMakeLists.txt | |
parent | 7b6b229ad9d85d1145322b2edd5992a4629c2106 (diff) |
Add implot
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |