From 3543604e794748774f49b15cd81fe690a75f2da7 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 13 Feb 2026 18:16:26 -0700 Subject: [PATCH] build: Add ApplicationController.cpp to CMake build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd1edcb..bde6067 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ add_executable(OpenCAD src/Feature.cpp src/SketchFeature.cpp src/FeatureBrowser.cpp + src/ApplicationController.cpp resources.qrc )