@ -20,10 +20,6 @@ set(PLASMA_TARGETS Client
set_property(CACHE PLASMA_TARGETS PROPERTY STRINGS
"Client" "Server" "Patcher" "Ethereal" "NoAvMsgs")
if(PLASMA_TARGETS STREQUAL "Client")
add_definitions(-DCLIENT)
endif(PLASMA_TARGETS STREQUAL "Client")
if(PLASMA_TARGETS STREQUAL "Patcher")
add_definitions(-DPATCHER)
endif(PLASMA_TARGETS STREQUAL "Patcher")
@ -1,3 +1,5 @@
add_definitions(-D_LIB)
add_subdirectory(pnAddrInfo)
add_subdirectory(pnAsyncCore)
add_subdirectory(pnAsyncCoreExe)
@ -3,10 +3,10 @@ include_directories(../../NucleusLib)
set(pnAsyncCore_HEADERS
Pch.h
pnAsyncCore.h
)
set(pnAsyncCore_PRIVATE
Private/pnAcAllIncludes.h
Private/pnAcCore.h
Private/pnAcIo.h