Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation3/src/libraries/network/packet/CMakeLists.txt @ 7161

Last change on this file since 7161 was 7161, checked in by scheusso, 14 years ago

some new features:
-Orxonox servers announce themselves now inside a LAN (and can provide some information (e.g. server name, etc.) to the client )
-Orxonox clients discover the servers inside the LAN and list them in the menu

  • 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.