wifi-densepose/firmware/esp32-hello-world/CMakeLists.txt

6 lines
178 B
CMake

# ESP32 Hello World — Capability Discovery (S3 / C6 targets)
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp32-hello-world)