feat(parms): add template and type

This commit is contained in:
2025-07-22 18:45:00 +01:00
parent f0af6114f4
commit 8ad6ecc299
5 changed files with 32 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ set(ENGINE_SOURCES
src/Engine/Operator/GeometryOpDef.cpp
src/Engine/Operator/OperatorTable.cpp
src/Engine/Operator/Context.cpp
src/Engine/Parameter/Template.cpp
src/Engine/Network/NetworkManager.cpp
)