diff options
author | Louie S <louie@example.com> | 2024-03-09 17:24:54 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-09 17:24:54 -0500 |
commit | 10b83b465509d864d6946ef30f31ec0356fc78ff (patch) | |
tree | ff517783ad21ca98a5a1d710b2f62b8fb87fb0f3 /CMakeLists.txt | |
parent | afcae23cbf63b31a7ce111ffcd76c027b332bdf9 (diff) |
Edit group form skeleton
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 2739256..d0009c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,8 @@ set(project_sources "src/assignmentList.cpp" "src/assignmentList.h" "src/assignmentList.ui" + "src/edit_group_form.cpp" + "src/edit_group_form.h" "src/entry.cpp" "src/entry.h" "src/entryLayout.cpp" |