mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
7 lines
253 B
CMake
7 lines
253 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(nodemcu)
|
|
|
|
# Useful when tidying up code to catch all the warnings.
|
|
#idf_build_set_property(COMPILE_OPTIONS "-Werror" "-Werror=deprecated-declarations" APPEND)
|