diff options
author | Louie S <louie@example.com> | 2024-02-26 17:48:02 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-02-26 17:48:02 -0500 |
commit | 2473da03572c3b9d8e29ae6120e5177156699f2a (patch) | |
tree | 8ac7ac2e8a3c5cc152f04e4d7e65b66f984935f6 /CMakeLists.txt | |
parent | bdb594ada83058ae35edb5edf01703afa203e593 (diff) |
Create skeleton for add_group_form
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 8fea537..84fae38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,8 @@ endforeach() set(project_sources "src/add_entry_form.ui" + "src/add_group_form.cpp" + "src/add_group_form.h" "src/add_group_form.ui" "src/backend/db_sqlite.cpp" "src/backend/db_sqlite.h" |