From c6d3d96ed6a659f7a3c1f616caebe325a3d139bd Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Fri, 12 Mar 2021 11:56:07 -0600 Subject: Broke out services into their own files. --- main/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/CMakeLists.txt') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 0e1f552..1237afe 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,4 +1,4 @@ idf_component_register( - SRCS "app_main.c" - INCLUDE_DIRS "" + SRCS "src/event_queue.c" "src/lock.c" "src/bell.c" "app_main.c" + INCLUDE_DIRS "include" ) -- cgit v1.2.3