diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-11-01 09:46:52 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-11-01 09:46:52 +0800 |
| commit | 9f938ab8ba5af561bd44dbc7142f338ce317a01a (patch) | |
| tree | 7104ce2ac9456c5895f752eff26bad31f8436978 /esp32/main/CMakeLists.txt | |
| download | etlas-9f938ab8ba5af561bd44dbc7142f338ce317a01a.tar.gz | |
Etlas project.
Diffstat (limited to 'esp32/main/CMakeLists.txt')
| -rw-r--r-- | esp32/main/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 ".") |
