feat: add context

This commit is contained in:
parker
2025-07-14 19:58:36 +01:00
parent 27dd461392
commit 79d8a9096a
5 changed files with 27 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ add_library(${libName} SHARED
../Engine/Operator/GeometryOpDef.cpp
../Engine/Operator/GeometryOperator.cpp
../Engine/Operator/GeometryConnection.cpp
../Engine/Operator/Context.cpp
../Engine/Operator/Geometry.cpp
../Engine/Operator/Attribute.cpp
../Engine/Network/NetworkManager.cpp