Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 8089 was 7314, checked in by rgrieder, 14 years ago

Adjusted header file lists in network.

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