diff options
Diffstat (limited to 'core')
-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} |