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 /core/CMakeLists.txt | |
parent | 7b6b229ad9d85d1145322b2edd5992a4629c2106 (diff) |
Add implot
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index e1061b6..efa43ed 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -95,6 +95,7 @@ function(add_executable_variant TARGET_NAME) PRIVATE ${CONAN_LIBS} imgui + implot imgui-node-editor ) target_compile_definitions(${TARGET_NAME} |