This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
5
templates/dev/esp-blink/CMakeLists.txt
Normal file
5
templates/dev/esp-blink/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
idf_build_set_property(MINIMAL_BUILD ON)
|
||||
project(blink)
|
||||
Loading…
Add table
Add a link
Reference in a new issue