I
Size: a a a
I
S
I
S
S
I
S
S
I
S
# 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.5)
#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --save-temps")
#SET(ENV{IDF_PATH} "/home/stuff/dev/esp32/esp-idf")
if("$ENV{IDF_PATH}" STREQUAL "")
set(ENV{IDF_PATH} /home/stuff/dev/esp32/esp-idf)
endif()
message("IDF_PATH=$ENV{IDF_PATH}")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(relay)
S
S
I
S
S
I
I
S
S