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,26 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib")
|
||||
|
||||
set(pnProduct_HEADERS
|
||||
Pch.h
|
||||
pnProduct.h
|
||||
)
|
||||
|
||||
set(pnProduct_PRIVATE
|
||||
Private/pnPrAllIncludes.h
|
||||
Private/pnPrBranchId.h
|
||||
Private/pnPrBranchId.cpp
|
||||
Private/pnPrBuildId.h
|
||||
Private/pnPrBuildId.cpp
|
||||
Private/pnPrBuildString.h
|
||||
Private/pnPrBuildString.cpp
|
||||
Private/pnPrBuildType.h
|
||||
Private/pnPrBuildType.cpp
|
||||
Private/pnPrProductId.h
|
||||
Private/pnPrProductId.cpp
|
||||
)
|
||||
|
||||
add_library(pnProduct STATIC ${pnProduct_HEADERS} ${pnProduct_PRIVATE})
|
||||
|
||||
source_group("Header Files" FILES ${pnProduct_HEADERS})
|
||||
source_group("Private" FILES ${pnProduct_PRIVATE})
|
@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNPRODUCT_PRIVATE_PNPRALLINCLUDES_H
|
||||
|
||||
|
||||
#include "../pnUtils/pnUtils.h"
|
||||
#include "pnUtils/pnUtils.h"
|
||||
|
||||
#include "pnPrBuildId.h"
|
||||
#include "pnPrBuildType.h"
|
||||
|
Reference in New Issue
Block a user