From 1ba21da6cbc63c0c549fb92731e25bedc482eb51 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 4 Sep 2025 22:25:39 +0200 Subject: Unify the directory, add new analysis methods, unify the code style Signed-off-by: Filip Wandzio --- firmware/src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 firmware/src/CMakeLists.txt (limited to 'firmware/src/CMakeLists.txt') diff --git a/firmware/src/CMakeLists.txt b/firmware/src/CMakeLists.txt new file mode 100644 index 0000000..483bc0c --- /dev/null +++ b/firmware/src/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file was automatically generated for projects +# without default 'CMakeLists.txt' file. + +FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*) + +idf_component_register(SRCS ${app_sources}) -- cgit v1.2.3