8 lines
231 B
CMake
8 lines
231 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
# Include ESP-IDF build system (this must come first!)
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
# Set the project name (after including project.cmake)
|
|
project(duckdns_station)
|