diff options
author | Louie S <louie@example.com> | 2024-03-12 17:13:50 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-12 17:13:50 -0400 |
commit | e9c68303aaa353f003a0c68d11d04b9c6062104b (patch) | |
tree | 319da294a4b35bea46471d5c9d04ddebe3c40024 /CMakeLists.txt | |
parent | 7aadb8987a6e044c7922817ce797332c4f037476 (diff) |
Remove settings file, integrate into assignmentList.cpp
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e40f3a..44b4646 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,8 +63,6 @@ set(project_sources "src/rule.h" "src/ruleLayout.cpp" "src/ruleLayout.h" - "src/settings.cpp" - "src/settings.h" ) add_executable(assignment-list |