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,29 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib")
|
||||
|
||||
set(pnNetBase_HEADERS
|
||||
Intern.h
|
||||
Pch.h
|
||||
pnNbAuthKey.hpp
|
||||
pnNbCsrKey.hpp
|
||||
pnNbConst.h
|
||||
pnNbGameKey.hpp
|
||||
pnNbGateKeeperKey.hpp
|
||||
pnNetBase.h
|
||||
)
|
||||
|
||||
set(pnNetBase_PRIVATE
|
||||
Private/pnNbAllIncludes.h
|
||||
Private/pnNbEchoMsgs.h
|
||||
Private/pnNbError.h
|
||||
Private/pnNbError.cpp
|
||||
Private/pnNbProtocol.h
|
||||
Private/pnNbProtocol.cpp
|
||||
Private/pnNbSrvs.h
|
||||
Private/pnNbSrvs.cpp
|
||||
)
|
||||
|
||||
add_library(pnNetBase STATIC ${pnNetBase_HEADERS} ${pnNetBase_PRIVATE})
|
||||
|
||||
source_group("Header Files" FILES ${pnNetBase_HEADERS})
|
||||
source_group("Private" FILES ${pnNetBase_PRIVATE})
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNNETBASE_PCH_H
|
||||
|
||||
|
||||
#include "../pnUtils/pnUtils.h"
|
||||
#include "../pnProduct/pnProduct.h"
|
||||
#include "pnUtils/pnUtils.h"
|
||||
#include "pnProduct/pnProduct.h"
|
||||
|
||||
#include "Private/pnNbAllIncludes.h"
|
||||
|
@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNNETBASE_PRIVATE_PNNBALLINCLUDES_H
|
||||
|
||||
|
||||
#include "../pnProduct/pnProduct.h"
|
||||
#include "pnProduct/pnProduct.h"
|
||||
|
||||
#include "pnNbConst.h"
|
||||
#include "pnNbError.h"
|
||||
|
Reference in New Issue
Block a user