feat: Add sketch, line, rectangle tools and snapping

This commit is contained in:
2026-02-17 11:22:07 -07:00
committed by Tanner Collin (aider)
parent d708ab9827
commit ec63a23247

View File

@@ -42,6 +42,10 @@ add_executable(OpenCAD
src/FeatureBrowser.cpp
src/ApplicationController.cpp
src/Camera.cpp
src/SketchTool.cpp
src/LineTool.cpp
src/RectangleTool.cpp
src/Snapping.cpp
resources.qrc
)