mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
5 lines
137 B
CMake
5 lines
137 B
CMake
cmake_minimum_required(VERSION 3.22)
|
|
set(COMPONENTS main)
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(esp_local_ctrl_test)
|