LilyGo-LoRa-Series/lib/RadioLib/examples/NonArduino/ESP-IDF/CMakeLists.txt
2024-05-12 10:43:40 +08:00

7 lines
173 B
CMake

cmake_minimum_required(VERSION 3.16)
# include the top-level cmake
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# name the project something nice
project(esp-sx1261)