summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-03-12 16:22:18 +0100
committerLéo Lam <leo@leolam.fr>2021-03-12 16:22:18 +0100
commit107121ad450ca8a1aee241ee46d4a11a71dc94c0 (patch)
tree5aac531ebcb4f462c8595d8b84d9cfee5e192e04 /src
parentc28810405e37da2827b438ae5d985b0ac986b703 (diff)
ksys: Add missing header to CMakeLists
Diffstat (limited to 'src')
-rw-r--r--src/KingSystem/System/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/System/CMakeLists.txt b/src/KingSystem/System/CMakeLists.txt
index 57fb9601..0c883f05 100644
--- a/src/KingSystem/System/CMakeLists.txt
+++ b/src/KingSystem/System/CMakeLists.txt
@@ -1,6 +1,7 @@
target_sources(uking PRIVATE
Account.cpp
Account.h
+ DebugMessage.h
KingEditor.h
OverlayArena.cpp
OverlayArena.h