From 721aed89269292b07bdd21361828612c34640bde Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Fri, 21 Jun 2013 16:38:56 +0200 Subject: First version Map implementation of database handler with unit tests ( ticket 38 ) Signed-off-by: Christian Linke --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e8a33b..ec2782d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,9 @@ OPTION ( GLIB_DBUS_TYPES_TOLERANT OPTION ( WITH_NSM "build with NSM support" ON) + OPTION ( WITH_DATABASE_STORAGE + "build with sqlite as in memory storage" OFF) + IF (NOT WITH_DBUS_WRAPPER) SET (WITH_NSM OFF) ENDIF (NOT WITH_DBUS_WRAPPER) -- cgit v1.2.1