2022-05-27 10:10:51 +02:00
|
|
|
cmake_minimum_required(VERSION 3.16)
|
2021-09-01 20:50:48 +08:00
|
|
|
|
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
2024-09-25 17:10:37 +02:00
|
|
|
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
|
|
|
|
|
idf_build_set_property(MINIMAL_BUILD ON)
|
2022-01-10 19:00:40 +08:00
|
|
|
project(i80_controller)
|