aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Transports/CMakeLists.txt
blob: ba0c92ca6783a7d15a2b0ee3b72e3ef318c29a9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SET(USE_CURL TRUE CACHE BOOL "enable/disable curl-based http plugin")
SET(USE_MMS TRUE CACHE BOOL "enable/disable mms plugin")

IF(USE_CURL)
add_subdirectory(http)
ENDIF(USE_CURL)

IF(USE_MMS)
add_subdirectory(mms)
ENDIF(USE_MMS)