Files
esp-protocols/components/esp_modem/test/target_urc/CMakeLists.txt
T
2025-07-11 11:01:17 +02:00

8 lines
253 B
CMake

# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main)
project(urc_test)