From 1cf0d4c224b32e31d9cd9ba3a4719f57118321fb Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 3 Mar 2015 23:11:26 +0100 Subject: o An app to read the serial port and parse its values. Not very useful yet. --- apps/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index ab9c529..7fa9443 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -2,16 +2,16 @@ set(APPS ble-inspect-device sm-db-insert sm-db-select - sm-get-value) + sm-get-value + sm-serial-read) -set(APPS ${APPS} log4cplus-test) +list(APPEND APPS log4cplus-test) -set(shared_sources - SoilMoisture.cpp - apps.cpp) +list(APPEND shared_sources SoilMoisture.cpp) +list(APPEND shared_sources apps.cpp) # Boost -find_package(Boost COMPONENTS system program_options REQUIRED) +find_package(Boost COMPONENTS regex system program_options REQUIRED) # Bluez pkg_check_modules(BLUEZ bluez REQUIRED) -- cgit v1.2.3