From 07b6ff826546e931c0ebf03e30a872ba24e963fc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 1 Sep 2017 15:27:56 +0200 Subject: sample-tee.cpp: tool for writing and rotating log files, similar to unix's tee command. sample-add-timestamp.cpp: Actually using the resolution flag. --- 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 98c9915..8f8feb3 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -103,6 +103,7 @@ add_app(NAME ble-scan) add_app(NAME sample-add-timestamp) add_app(NAME sample-convert) add_app(NAME sample-select) +add_app(NAME sample-tee) add_app(NAME sm-db-insert) add_app(NAME sm-db-select) add_app(NAME sm-get-value) -- cgit v1.2.3