diff options
author | Louie S <louie@example.com> | 2024-02-21 20:15:03 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-02-21 20:15:03 -0500 |
commit | 5d1fbe2c839aa33d3855a29efc628e49a17b95f4 (patch) | |
tree | e8f85cb80fbd9ed1a76c68d096d69b7577f68f8f /CMakeLists.txt | |
parent | 2af22ca34e5120ba69cf20911bf802be57cc18dd (diff) |
Create entry class
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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" |