mirror of
https://github.com/0015/map_tiles.git
synced 2026-01-17 17:07:00 +01:00
7 lines
141 B
CMake
Executable File
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
|
|
)
|