From 9f938ab8ba5af561bd44dbc7142f338ce317a01a Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 1 Nov 2025 09:46:52 +0800 Subject: Etlas project. --- esp32/main/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 esp32/main/CMakeLists.txt (limited to 'esp32/main/CMakeLists.txt') diff --git a/esp32/main/CMakeLists.txt b/esp32/main/CMakeLists.txt new file mode 100644 index 0000000..d321512 --- /dev/null +++ b/esp32/main/CMakeLists.txt @@ -0,0 +1,14 @@ +set(SRC + "epd.c" + "gui.c" + "ntp.c" + "dht.c" + "main.c" + "news.c" + "scrn.c" + "wifi.c" + "stock.c" + ) + +idf_component_register(SRCS ${SRC} + INCLUDE_DIRS ".") -- cgit v1.2.3