Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5738 was 5738, checked in by landauf, 15 years ago

merged libraries2 back to trunk

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