source:
code/branches/FICN/src/network/CMakeLists.txt
@
374
| Last change on this file since 374 was 372, checked in by nicolasc, 18 years ago | |
|---|---|
| File size: 404 bytes | |
| Line | |
|---|---|
| 1 | PROJECT(Orxonox) |
| 2 | |
| 3 | SET( 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 | |
| 15 | ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES}) |
| 16 | TARGET_LINK_LIBRARIES(network ${ENet_LIBRARY} ${Boost_LIBRARIES}) |
| 17 | SET_TARGET_PROPERTIES(network PROPERTIES LINK_FLAGS "--no-undefined") |
Note: See TracBrowser
for help on using the repository browser.










