diff options
-rw-r--r-- | manaplus.cbp | 1 | ||||
-rw-r--r-- | src/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/manaplus.cbp b/manaplus.cbp index 1f1da50f9..5bd31ee90 100644 --- a/manaplus.cbp +++ b/manaplus.cbp @@ -128,6 +128,7 @@ <Unit filename="src\configlistener.h" />
<Unit filename="src\configuration.cpp" />
<Unit filename="src\configuration.h" />
+ <Unit filename="src\debug.h" />
<Unit filename="src\defaults.cpp" />
<Unit filename="src\defaults.h" />
<Unit filename="src\dropshortcut.cpp" />
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4cbc8154c..6a15306ba 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -477,6 +477,7 @@ SET(SRCS configlistener.h configuration.cpp configuration.h + debug.h defaults.cpp defaults.h effectmanager.cpp |