mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Almost done with NucleusLib cmake conversion
--HG-- rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.cpp rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.h
This commit is contained in:
@ -0,0 +1,28 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib")
|
||||
include_directories("../../NucleusLib/inc")
|
||||
|
||||
set(pnKeyedObject_HEADERS
|
||||
hsKeyedObject.h
|
||||
plFixedKey.h
|
||||
plKey.h
|
||||
plKeyImp.h
|
||||
plMsgForwarder.h
|
||||
plReceiver.h
|
||||
plUoid.h
|
||||
pnKeyedObjectCreatable.h
|
||||
)
|
||||
|
||||
set(pnKeyedObject_SOURCES
|
||||
hsKeyedObject.cpp
|
||||
plFixedKey.cpp
|
||||
plKey.cpp
|
||||
plKeyImp.cpp
|
||||
plMsgForwarder.cpp
|
||||
plUoid.cpp
|
||||
)
|
||||
|
||||
add_library(pnKeyedObject STATIC ${pnKeyedObject_HEADERS} ${pnKeyedObject_SOURCES})
|
||||
|
||||
source_group("Header Files" FILES ${pnKeyedObject_HEADERS})
|
||||
source_group("Source Files" FILES ${pnKeyedObject_SOURCES})
|
@ -26,8 +26,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsKeyedObject.h"
|
||||
#include "plKeyImp.h"
|
||||
#include "hsResMgr.h"
|
||||
#include "../pnDispatch/plDispatch.h"
|
||||
#include "../pnMessage/plSelfDestructMsg.h"
|
||||
#include "pnDispatch/plDispatch.h"
|
||||
#include "pnMessage/plSelfDestructMsg.h"
|
||||
|
||||
void hsKeyedObject::SetKey(plKey k)
|
||||
{
|
||||
|
@ -28,8 +28,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsKeyedObject.h"
|
||||
#include "hsResMgr.h"
|
||||
#include "hsTypes.h"
|
||||
#include "../pnMessage/plRefMsg.h"
|
||||
#include "../pnMessage/plSelfDestructMsg.h"
|
||||
#include "pnMessage/plRefMsg.h"
|
||||
#include "pnMessage/plSelfDestructMsg.h"
|
||||
#include "hsTimer.h"
|
||||
#include "plProfile.h"
|
||||
#include "plgDispatch.h"
|
||||
|
@ -26,13 +26,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plMsgForwarder.h"
|
||||
#include "hsResMgr.h"
|
||||
#include "hsTypes.h"
|
||||
#include "../pnMessage/plMessage.h"
|
||||
#include "../pnKeyedObject/plKey.h"
|
||||
#include "../pnNetCommon/plNetApp.h"
|
||||
#include "../pnNetCommon/plSynchedObject.h"
|
||||
#include "pnMessage/plMessage.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "pnNetCommon/plNetApp.h"
|
||||
#include "pnNetCommon/plSynchedObject.h"
|
||||
|
||||
#include "../pnMessage/plSelfDestructMsg.h"
|
||||
#include "../pnMessage/plMessageWithCallbacks.h"
|
||||
#include "pnMessage/plSelfDestructMsg.h"
|
||||
#include "pnMessage/plMessageWithCallbacks.h"
|
||||
|
||||
|
||||
class plForwardCallback
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef plReceiver_inc
|
||||
#define plReceiver_inc
|
||||
|
||||
#include "../pnFactory/plCreatable.h"
|
||||
#include "pnFactory/plCreatable.h"
|
||||
|
||||
class plMessage;
|
||||
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef pnKeyedObject_inc
|
||||
#define pnKeyedObject_inc
|
||||
|
||||
#include "../pnFactory/plCreator.h"
|
||||
#include "pnFactory/plCreator.h"
|
||||
|
||||
#include "hsKeyedObject.h"
|
||||
REGISTER_CREATABLE( hsKeyedObject );
|
||||
|
Reference in New Issue
Block a user