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)
