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

@@ -15,5 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
add_subdirectory(client)
if(WITH_CLIENT_CHANNELS)
add_subdirectory(client)
endif()