diff options
author | Louie S <louie@example.com> | 2024-03-02 16:16:59 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-02 16:16:59 -0500 |
commit | 43b2132f4d57fac69be698d26cc8f920967065e6 (patch) | |
tree | ed92c38189796e7dbb533d4685bc5743cd3d3b80 /CMakeLists.txt | |
parent | 74c9ba962ffe142b04f77fd831438a75eec7b46b (diff) |
Render entries
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 84fae38..62efce1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,8 @@ foreach(X ${qt_components}) endforeach() set(project_sources + "src/add_entry_form.cpp" + "src/add_entry_form.h" "src/add_entry_form.ui" "src/add_group_form.cpp" "src/add_group_form.h" @@ -44,6 +46,8 @@ set(project_sources "src/entry.h" "src/group.cpp" "src/group.h" + "src/lib.cpp" + "src/lib.h" "src/main.cpp" "src/preferences_dialog.ui" "src/rule.cpp" |