Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 364 was 364, checked in by nicolasc, 16 years ago

added missing inertial_node target
forced network to be static - enet ist normally not build as shared lib!

File size: 323 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} ${ENet_LABRARY})
16TARGET_LINK_LIBRARIES(network ${ENet_LIBRARY})
Note: See TracBrowser for help on using the repository browser.