Files
map_tiles/CMakeLists.txt
2025-09-08 20:47:04 -07:00

7 lines
141 B
CMake
Executable File

idf_component_register(
SRCS "map_tiles.cpp"
INCLUDE_DIRS "include"
REQUIRES lvgl esp_system
PRIV_REQUIRES vfs fatfs
)