Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickup/src/libraries/network/packet/CMakeLists.txt @ 5935

Last change on this file since 5935 was 5935, checked in by dafrick, 15 years ago

Hopefully merged trunk successfully into pickup branch.

  • Property svn:eol-style set to native
File size: 409 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)
14
15ADD_SOURCE_FILES(NETWORK_HDR_FILES
16  Acknowledgement.h
17  Chat.cc
18  Chat.h
19  ClassID.h
20  DeleteObjects.h
21  FunctionCalls.h
22  FunctionIDs.h
23  Gamestate.h
24  Packet.h
25  Welcome.h
26)
Note: See TracBrowser for help on using the repository browser.