You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
801 B
31 lines
801 B
include_directories("../../CoreLib") |
|
include_directories("../../NucleusLib/inc") |
|
include_directories("../../NucleusLib") |
|
include_directories("../../PubUtilLib") |
|
|
|
set(plNetGameLib_PRIVATE |
|
Private/plNglAllIncludes.h |
|
Private/plNglAuth.h |
|
Private/plNglAuth.cpp |
|
Private/plNglCore.h |
|
Private/plNglCore.cpp |
|
Private/plNglFile.h |
|
Private/plNglFile.cpp |
|
Private/plNglGame.h |
|
Private/plNglGame.cpp |
|
Private/plNglGateKeeper.h |
|
Private/plNglGateKeeper.cpp |
|
Private/plNglMisc.cpp |
|
Private/plNglTrans.cpp |
|
) |
|
|
|
set(plNetGameLib_HEADERS |
|
Intern.h |
|
Pch.h |
|
plNetGameLib.h |
|
) |
|
|
|
add_library(plNetGameLib STATIC ${plNetGameLib_PRIVATE} ${plNetGameLib_HEADERS}) |
|
|
|
source_group("Private" FILES ${plNetGameLib_PRIVATE}) |
|
source_group("Header Files" FILES ${plNetGameLib_HEADERS})
|
|
|