1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-19 19:59:09 +00:00

Progress towards making plClient compile

This commit is contained in:
2011-04-09 17:32:18 -07:00
parent 7069e00e6f
commit f7a9adab72
28 changed files with 383 additions and 166 deletions

View File

@ -27,6 +27,7 @@ set(pnNetCommon_SOURCES
plSDLTypes.cpp
plSynchedObject.cpp
plSynchedValue.cpp
pnNetCommon.cpp
)
add_library(pnNetCommon STATIC ${pnNetCommon_HEADERS} ${pnNetCommon_SOURCES})