From 860bba92fb4db77556f9da051613536eea7e7792 Mon Sep 17 00:00:00 2001 From: Bartek Bok Date: Thu, 1 Mar 2012 18:47:48 +0100 Subject: [PATCH] Tiny fix, marginally related to rest of stuff --- Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt | 2 +- Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt b/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt index 7bc38022..729586aa 100644 --- a/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt +++ b/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt @@ -43,7 +43,7 @@ set(pfGameGUIMgr_HEADERS pfGUICtrlGenerator.h pfGUIDialogHandlers.h pfGUIDialogMod.h - pfGUIDialogNotifyProc.cpp + pfGUIDialogNotifyProc.h pfGUIDragBarCtrl.h pfGUIDraggableMod.h pfGUIDynDisplayCtrl.h diff --git a/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt b/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt index ca4a400b..6ea4780a 100644 --- a/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt +++ b/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt @@ -14,6 +14,7 @@ set(pfMessage_SOURCES set(pfMessage_HEADERS pfBackdoorMsg.h pfGameGUIMsg.h + pfGUINotifyMsg.h pfKIMsg.h pfMarkerMsg.h pfMessageCreatable.h