Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/network/CMakeLists.txt @ 341

Last change on this file since 341 was 341, checked in by rgrieder, 16 years ago
  • removed folder src/class_hierarchy
  • removed a few unnec. files in src/
  • added a few files in src/orxonox to make weapon system and hud work
  • restructured all CMLs
  • adjusted all the #include directives (only one include directory now: src)
  • moved ENET library linkage to CML in src/orxonox
File size: 261 bytes
Line 
1PROJECT(Orxonox)
2
3SET( NETWORK_SRC_FILES
4        Client.cc
5        ClientConnection.cc
6        ConnectionManager.cc
7        GameStateManager.cc
8        PacketBuffer.cc
9        PacketDecoder.cc
10        PacketGenerator.cc
11        Server.cc
12        Synchronisable.cc
13)
14
15ADD_LIBRARY(network ${NETWORK_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.