rcrf-wifi/rx_esp32/CMakeLists.txt

7 lines
167 B
CMake

cmake_minimum_required(VERSION 3.16.0)
set(COMPONENT_DIRS $ENV{IDF_PATH}/components ./lib ./src)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(rx_esp32)