Files
ESP_Init/CMakeLists.txt
Jiang d10b122b1f
Some checks failed
Build / Build (push) Has been cancelled
初始化仓库
2024-12-08 13:08:35 +08:00

7 lines
232 B
CMake

# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(console)