diff extensions/CMakeLists.txt @ 425:0c6e50a5291d

New app_diameap Diameter EAP Application
author Souheil Ben Ayed <souheil@tera.ics.keio.ac.jp>
date Mon, 26 Jul 2010 18:00:24 +0900
parents 8e260030f32c
children d68f27e7e814
line wrap: on
line diff
--- a/extensions/CMakeLists.txt	Mon Jul 26 15:01:45 2010 +0900
+++ b/extensions/CMakeLists.txt	Mon Jul 26 18:00:24 2010 +0900
@@ -63,7 +63,10 @@
 	   SUBDIRS(app_sip)
 	ENDIF (BUILD_APP_SIP)
 
-
+OPTION(BUILD_APP_DIAMEAP "Build app_diameap? (Diameter EAP Application - RFC 4072 )" OFF)
+	IF (BUILD_APP_DIAMEAP)
+	   SUBDIRS(app_diameap)
+	ENDIF (BUILD_APP_DIAMEAP)
 
 ####
 # Routing extensions
"Welcome to our mercurial repository"