diff options
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 44b4646..077981d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,8 @@ set(project_sources "src/assignmentList.ui" "src/editGroupForm.cpp" "src/editGroupForm.h" + "src/editEntryForm.cpp" + "src/editEntryForm.h" "src/entry.cpp" "src/entry.h" "src/entryLayout.cpp" |