aboutsummaryrefslogtreecommitdiff
path: root/frontend/CMakeLists.txt
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 17:38:33 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 17:38:33 +0100
commit5376efe7e63ef3c848a971ea845a16c7e030d153 (patch)
tree14681fae031222cd2b4bfc6686ae5b8e876f7fc0 /frontend/CMakeLists.txt
parentb20f46c15dce8b196dbb8890890978947745e094 (diff)
move Exception to backend
Diffstat (limited to 'frontend/CMakeLists.txt')
-rw-r--r--frontend/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/CMakeLists.txt b/frontend/CMakeLists.txt
index 4248eb5..8f086d3 100644
--- a/frontend/CMakeLists.txt
+++ b/frontend/CMakeLists.txt
@@ -5,7 +5,6 @@ target_sources(main PUBLIC
GameController.cpp
load_dungeon.cpp
generate_dungeon.cpp
- Exception.cpp
DB.cpp
GameData.cpp
)