summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-02-21 20:43:58 -0500
committerLouie S <louie@example.com>2024-02-21 20:43:58 -0500
commite659d5be0974fab8c1cbfad4dbe9c680dfa6f374 (patch)
treef9084777019e4d8a3ad4b4293b652dc2f2919f49 /CMakeLists.txt
parent5d1fbe2c839aa33d3855a29efc628e49a17b95f4 (diff)
Create rule class
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c623193..feec929 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,6 +42,8 @@ set(project_sources
"src/group.h"
"src/main.cpp"
"src/preferences_dialog.ui"
+ "src/rule.cpp"
+ "src/rule.h"
"src/settings.cpp"
"src/settings.h"
)