summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-02-20 17:28:22 -0500
committerLouie S <louie@example.com>2024-02-20 17:34:18 -0500
commit0b7be46511ec752f1f28e73eac787da633c47f46 (patch)
tree1fdc0f66924350a7272af125144c352383f58672 /CMakeLists.txt
parenta276acd4e0c8031fdef41f11a4fa2285b671207d (diff)
Create group class
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d83e87..2ae8e9e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,6 +36,8 @@ set(project_sources
"src/assignmentList.cpp"
"src/assignmentList.h"
"src/assignmentList.ui"
+ "src/group.cpp"
+ "src/group.h"
"src/main.cpp"
"src/preferences_dialog.ui"
"src/settings.cpp"