2021-07-15 08:25:25 +02:00
|
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
project(nodemcu)
|
2021-07-29 05:47:45 +02:00
|
|
|
|
|
|
|
# Useful when tidying up code to catch all the warnings.
|
|
|
|
#idf_build_set_property(COMPILE_OPTIONS "-Werror" "-Werror=deprecated-declarations" APPEND)
|