Files
tide-display/ePaper-ESP-IDF/main/CMakeLists.txt
Peter Siegmund 290a4d2722 starting with ESP-IDF
- initial ESP-IDF project
- starting custom component (Timber)

Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-05-18 23:09:20 +02:00

4 lines
118 B
CMake

idf_component_register(SRCS "main.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES timber)