Files
Radick/CMakeLists.txt
dami b473ed4369
Some checks failed
build / host-tests (push) Has been cancelled
build / esp-idf (push) Has been cancelled
Implement native ESP-IDF radar firmware
2026-07-21 07:47:02 +00:00

7 lines
199 B
CMake

cmake_minimum_required(VERSION 3.16)
# Only discover the application and its declared transitive dependencies.
set(COMPONENTS main)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(radick)