Files
tide-display/ePaper-ESP-IDF/main/CMakeLists.txt
Peter Siegmund 53d4bf2c5b split into more components
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-06-08 08:39:57 +02:00

8 lines
245 B
CMake

idf_component_register(SRCS "main.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES
splash_screen
mapView)
spiffs_create_partition_image(spiffs ../data FLASH_IN_PROJECT)