Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/libraries/network/packet/CMakeLists.txt @ 7163

Last change on this file since 7163 was 7163, checked in by dafrick, 14 years ago

Merged presentation3 branch into trunk.

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