summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-10-26 13:58:32 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-10-26 13:58:32 +0200
commit354555a2b85a35e123ba53dcc893119ef9534a43 (patch)
tree0e52c628440dc98eb876ad6c1e83e41ec4f770ec /CMakeLists.txt
parent93dc872306fb4daa2eda10382fff841fd6b9bcdc (diff)
downloadtdenetwork-354555a2b85a35e123ba53dcc893119ef9534a43.tar.gz
tdenetwork-354555a2b85a35e123ba53dcc893119ef9534a43.zip
Added OpenSLP support to CMake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 606361fa..5d68fa52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,6 +49,7 @@ option( WITH_SPEEX "Enable speex support (for jingle)" OFF )
option( WITH_WEBCAM "Enable webcam support (kopete/msn)" OFF )
option( WITH_GSM "Enable GSM SMS support (kopete/sms)" OFF )
option( WITH_ARTS "Enable aRts support" OFF )
+option( WITH_SLP "Enable OpenSLP support (krdc, krfb)" OFF )
##### kopete protocols ##########################