mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Start CMake-ifying NucleusLib
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
include_directories(../../CoreLib)
|
||||
include_directories(../../NucleusLib)
|
||||
include_directories(../../NucleusLib/inc)
|
||||
|
||||
set(pnDispatch_SOURCES
|
||||
plDispatch.cpp
|
||||
plDispatchLogBase.cpp
|
||||
)
|
||||
|
||||
set(pnDispatch_HEADERS
|
||||
plDispatch.h
|
||||
plDispatchLogBase.h
|
||||
pnDispatchCreatable.h
|
||||
)
|
||||
|
||||
add_library(pnDispatch STATIC ${pnDispatch_SOURCES} ${pnDispatch_HEADERS})
|
||||
|
||||
source_group("Source Files" FILES ${pnDispatch_SOURCES})
|
||||
source_group("Header Files" FILES ${pnDispatch_HEADERS})
|
@ -28,15 +28,15 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsResMgr.h"
|
||||
#include "plDispatch.h"
|
||||
#define PLMESSAGE_PRIVATE
|
||||
#include "../pnMessage/plMessage.h"
|
||||
#include "../pnKeyedObject/hsKeyedObject.h"
|
||||
#include "pnMessage/plMessage.h"
|
||||
#include "pnKeyedObject/hsKeyedObject.h"
|
||||
#include "hsTimer.h"
|
||||
#include "../pnMessage/plTimeMsg.h"
|
||||
#include "../pnKeyedObject/plKey.h"
|
||||
#include "pnMessage/plTimeMsg.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "plDispatchLogBase.h"
|
||||
#include "../pnNetCommon/plNetApp.h"
|
||||
#include "../pnNetCommon/plSynchedObject.h"
|
||||
#include "../pnNetCommon/pnNetCommon.h"
|
||||
#include "pnNetCommon/plNetApp.h"
|
||||
#include "pnNetCommon/plSynchedObject.h"
|
||||
#include "pnNetCommon/pnNetCommon.h"
|
||||
#include "hsThread.h"
|
||||
#include "plProfile.h"
|
||||
|
||||
|
@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStlUtils.h"
|
||||
#include "plgDispatch.h"
|
||||
#include "hsThread.h"
|
||||
#include "../pnKeyedObject/hsKeyedObject.h"
|
||||
#include "pnKeyedObject/hsKeyedObject.h"
|
||||
|
||||
#pragma warning(disable: 4284)
|
||||
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef pnDispatchCreatable_inc
|
||||
#define pnDispatchCreatable_inc
|
||||
|
||||
#include "../pnFactory/plCreatable.h"
|
||||
#include "pnFactory/plCreatable.h"
|
||||
|
||||
#include "plDispatch.h"
|
||||
|
||||
|
Reference in New Issue
Block a user