mirror of
https://github.com/0015/map_tiles.git
synced 2026-01-17 17:07:00 +01:00
Initial commit of ESP component
This commit is contained in:
6
CMakeLists.txt
Executable file
6
CMakeLists.txt
Executable file
@@ -0,0 +1,6 @@
|
||||
idf_component_register(
|
||||
SRCS "map_tiles.cpp"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES lvgl esp_system
|
||||
PRIV_REQUIRES vfs fatfs
|
||||
)
|
||||
Reference in New Issue
Block a user