diff options
author | rtk0c <[email protected]> | 2021-06-03 12:17:46 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-03 12:17:46 -0700 |
commit | beb1f3969e13af72bd9098d484b693e397cf7235 (patch) | |
tree | 32f5e15393116a487b59b8dd7f4dbc7e5e6ddc59 /core/CMakeLists.txt | |
parent | aca69f01a9cf4e8a12fe8d67882c05a1131e21b6 (diff) |
Dictionary value (string key)
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 781140d..bae51a1 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -64,6 +64,7 @@ add_source_group(MODEL_WORKFLOW_NODES_MODULE_SOURCES add_source_group(MODEL_WORKFLOW_VALUES_MODULE_SOURCES src/Model/Workflow/Values/Basic.cpp src/Model/Workflow/Values/Database.cpp + src/Model/Workflow/Values/Dictionary.cpp src/Model/Workflow/Values/List.cpp ) |