From ee1669e1743299b6bc5f6547f4f3decf67f41678 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Sun, 17 Jul 2016 16:28:34 +0100 Subject: [PATCH] hysteresis: add to systemlib CMakeLists.txt --- src/modules/systemlib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/systemlib/CMakeLists.txt b/src/modules/systemlib/CMakeLists.txt index 04fccf3566..7277ee3ca1 100644 --- a/src/modules/systemlib/CMakeLists.txt +++ b/src/modules/systemlib/CMakeLists.txt @@ -49,6 +49,7 @@ set(SRCS bson/tinybson.c circuit_breaker.cpp battery.cpp + hysteresis/hysteresis.cpp ) if(${OS} STREQUAL "nuttx")