feat(engine): add geometry class

This commit is contained in:
parker
2025-06-29 20:49:30 +01:00
parent deb237e481
commit 7db66aedeb
9 changed files with 118 additions and 69 deletions

View File

@@ -50,7 +50,7 @@ add_executable(${TestExec}
tests/main-tests.cpp
tests/OperatorTests.cpp
src/Engine/Operator/Attribute.cpp
# src/Engine/Operator/Primitive.cpp
src/Engine/Operator/Geometry.cpp
)
find_package(Catch2 3 REQUIRED)
target_link_libraries(${TestExec} PRIVATE Catch2::Catch2WithMain)