Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/unity_build/src/libraries/network/packet/CMakeLists.txt @ 8558

Last change on this file since 8558 was 8558, checked in by rgrieder, 13 years ago

Renamed the infamous 'Compilation' to 'BuildUnit' which definitely suits better and avoids much of the general confusion.
There are no actual changes, just the renaming.

  • Property svn:eol-style set to native
File size: 436 bytes
Line 
1ADD_SOURCE_FILES(NETWORK_SRC_FILES
2
3BUILD_UNIT PacketBuildUnit.cc
4  Acknowledgement.cc
5  Chat.cc
6  ClassID.cc
7  DeleteObjects.cc
8  FunctionIDs.cc
9  FunctionCalls.cc
10  Gamestate.cc
11  Packet.cc
12  Welcome.cc
13END_BUILD_UNIT
14
15  ServerInformation.cc
16)
17
18ADD_SOURCE_FILES(NETWORK_HDR_FILES
19  Acknowledgement.h
20  Chat.h
21  ClassID.h
22  DeleteObjects.h
23  FunctionCalls.h
24  FunctionIDs.h
25  Gamestate.h
26  Packet.h
27  ServerInformation.h
28  Welcome.h
29)
Note: See TracBrowser for help on using the repository browser.