From c4b181e8423f094247f8afe0e13fbe8492ffef75 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Mon, 31 May 2021 12:35:09 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e96867..7c1fa7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,6 +191,7 @@ target_sources( src/hal/adc.cpp src/modules/protocol.cpp src/modules/buttons.cpp + src/modules/finda.cpp src/modules/leds.cpp src/modules/motion.cpp )