From 0b7be46511ec752f1f28e73eac787da633c47f46 Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 20 Feb 2024 17:28:22 -0500 Subject: Create group class --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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" -- cgit