diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 82bce78e8..ab5114529 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -583,6 +583,10 @@ SET(SRCS resources/mapreader.h resources/modinfo.cpp resources/modinfo.h + resources/notificationinfo.h + resources/notifications.h + resources/notifyflags.h + resources/notifytypes.h resources/db/monsterdb.cpp resources/db/monsterdb.h resources/db/npcdb.cpp @@ -852,7 +856,6 @@ SET(SRCS navigationmanager.h render/normalopenglgraphics.cpp render/normalopenglgraphics.h - notifications.h notifymanager.cpp notifymanager.h options.h |