- Timestamp:
- Jul 28, 2010, 8:52:50 AM (14 years ago)
- Location:
- osgVisual
- Files:
-
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/CMakeLists.txt
r65 r83 154 154 155 155 # Module cluster 156 SET(USE_CLUSTER_UDP OFF CACHE BOOL "Enable to use the UDP Implementation for the cluster interface")157 156 SET(USE_CLUSTER_ASIO_TCP_IOSTREAM OFF CACHE BOOL "Enable to use the Boost ASIO TCP iostream implementation for the cluster interface") 158 157 SET(USE_CLUSTER_ENET ON CACHE BOOL "Enable to use the ENet reliable UDP library implementation for the cluster interface") 159 IF( USE_CLUSTER_UDP )160 SET(SOURCES161 ${SOURCES}162 include/cluster/dataIO_cluster.h163 include/cluster/dataIO_clusterUDP.h164 include/cluster/dataIO_clusterUDP_Transmission.h165 src/cluster/dataIO_clusterUDP.cpp166 src/cluster/dataIO_clusterUDP_Transmission.cpp167 )168 ADD_DEFINITIONS( "-DUSE_CLUSTER_UDP" )169 ENDIF()170 171 158 IF( USE_CLUSTER_ASIO_TCP_IOSTREAM ) 172 159 SET(SOURCES … … 218 205 ENDIF() 219 206 220 IF(NOT USE_CLUSTER_ UDP AND NOT USE_CLUSTER_ASIO_TCP_IOSTREAM AND NOT USE_CLUSTER_ENET)207 IF(NOT USE_CLUSTER_ASIO_TCP_IOSTREAM AND NOT USE_CLUSTER_ENET) 221 208 SET(SOURCES 222 209 ${SOURCES}
Note: See TracChangeset
for help on using the changeset viewer.