summaryrefslogtreecommitdiff
path: root/lib/esp-idf-lua/examples/vfs/CMakeLists.txt
blob: 1ab79407c6327705bf81c04c4ccbe84ad83fe864 (plain)
1
2
3
4
5
6
7
8
cmake_minimum_required(VERSION 3.5)

set(EXTRA_COMPONENT_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../..)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(example-lua-vfs)

spiffs_create_partition_image(storage spiffs_image FLASH_IN_PROJECT)