From 0dc2cc6503386c809266ad6564ba675803cf8cc7 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Mar 2015 14:27:46 +0100 Subject: o First version of a tool to continuously read and discover serial ports. --- apps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 99bef28..3891d79 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -7,6 +7,7 @@ list(APPEND APPS sm-db-insert) list(APPEND APPS sm-db-select) list(APPEND APPS sm-get-value) list(APPEND APPS sm-serial-read) +list(APPEND APPS sm-serial-read-all) add_library(trygvis-apps SoilMoisture.cpp -- cgit v1.2.3