From 5a8fa2161ba5b53ab05e43649e8ae5532cf0a8df Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 26 Feb 2015 08:43:27 +0100 Subject: o Adding utility to insert samples from json files. --- apps/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 9d68f79..31f7939 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,4 +1,7 @@ -set(APPS sm-get-value ble-inspect-device) +set(APPS + ble-inspect-device + sm-db-insert + sm-get-value) set(shared_sources SoilMoisture.cpp) # Boost -- cgit v1.2.3