mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 23:27:49 +01:00
17 lines
348 B
CMake
17 lines
348 B
CMake
idf_component_register(
|
|
SRCS
|
|
"src/app_main.cpp"
|
|
PRIV_REQUIRES
|
|
sdk-esp
|
|
littlefs
|
|
REQUIRES
|
|
backend-esp
|
|
EMBED_FILES
|
|
"roms/builtin_demo1.gb"
|
|
"roms/builtin_demo2.gb"
|
|
INCLUDE_DIRS
|
|
""
|
|
)
|
|
|
|
littlefs_create_partition_image(littlefs ../flash_data FLASH_IN_PROJECT)
|