From d5af9fdf6df23a6978f47e635aed7c16a0bc142a Mon Sep 17 00:00:00 2001 From: Kyuho Jo Date: Wed, 15 Apr 2015 20:22:26 +0900 Subject: [PATCH] Removed test_app from build Change-Id: I218b66bbe49c23fc3d71ee7788525836bb248c90 Signed-off-by: Kyuho Jo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53ec145..0df7493 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ SET(DBFILE ".notification.db") SET(MAJOR_VER 0) SET(VERSION ${MAJOR_VER}.1.0) -ADD_SUBDIRECTORY(test-app) +# ADD_SUBDIRECTORY(test-app) SET(SRCS ./src/notification.c -- 2.7.4