mirror of
https://github.com/schreibfaul1/ESP32-MiniWebRadio.git
synced 2026-03-13 08:19:49 +08:00
4 lines
117 B
CMake
4 lines
117 B
CMake
cmake_minimum_required(VERSION 3.16.0)
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(ESP32-MiniWebRadio)
|