diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cca8af..f50f073 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )