[Orxonox-commit 5817] r10477 - code/branches/core7/src/libraries/network
landauf at orxonox.net
landauf at orxonox.net
Mon May 25 16:51:04 CEST 2015
Author: landauf
Date: 2015-05-25 16:51:04 +0200 (Mon, 25 May 2015)
New Revision: 10477
Modified:
code/branches/core7/src/libraries/network/CMakeLists.txt
Log:
simplified CMakeLists.txt
Modified: code/branches/core7/src/libraries/network/CMakeLists.txt
===================================================================
--- code/branches/core7/src/libraries/network/CMakeLists.txt 2015-05-25 13:23:55 UTC (rev 10476)
+++ code/branches/core7/src/libraries/network/CMakeLists.txt 2015-05-25 14:51:04 UTC (rev 10477)
@@ -43,39 +43,11 @@
TrafficControl.cc
)
-SET_SOURCE_FILES(NETWORK_HDR_FILES
- Client.h
- ClientConnection.h
- ClientConnectionListener.h
- Connection.h
- FunctionCall.h
- FunctionCallManager.h
- #GamestateClient.h
- GamestateHandler.h
- GamestateManager.h
- Host.h
- LANDiscoverable.h
- LANDiscovery.h
- WANDiscoverable.h
- WANDiscovery.h
- MasterServerComm.h
- NetworkChatListener.h
- NetworkFunction.h
- NetworkFunctionManager.h
- NetworkPrecompiledHeaders.h
- NetworkPrereqs.h
- Server.h
- MasterServer.h
- PeerList.h
- ServerList.h
- ServerConnection.h
- TrafficControl.h
-)
-
ADD_SUBDIRECTORY(packet)
ADD_SUBDIRECTORY(synchronisable)
ORXONOX_ADD_LIBRARY(network
+ FIND_HEADER_FILES
TOLUA_FILES
Client.h
LANDiscovery.h
@@ -91,5 +63,5 @@
util
core
SOURCE_FILES
- ${NETWORK_SRC_FILES} ${NETWORK_HDR_FILES}
+ ${NETWORK_SRC_FILES}
)
More information about the Orxonox-commit
mailing list