From 5d1fbe2c839aa33d3855a29efc628e49a17b95f4 Mon Sep 17 00:00:00 2001 From: Louie S Date: Wed, 21 Feb 2024 20:15:03 -0500 Subject: Create entry class --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ae8e9e..c623193 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,8 @@ set(project_sources "src/assignmentList.cpp" "src/assignmentList.h" "src/assignmentList.ui" + "src/entry.cpp" + "src/entry.h" "src/group.cpp" "src/group.h" "src/main.cpp" -- cgit