channels: added build options to enabled/disable client and server channels

This commit is contained in:
Marc-André Moreau
2012-09-22 20:16:38 -04:00
parent e4e85be15d
commit 6cb933aa5a
15 changed files with 56 additions and 26 deletions

View File

@@ -30,5 +30,7 @@ foreach(FILEPATH ${FILEPATHS})
endif()
endforeach(FILEPATH)
add_subdirectory(server)
if(WITH_SERVER_CHANNELS)
add_subdirectory(server)
endif()