Files
esp-idf/components/log/test_apps/CMakeLists.txt
T

8 lines
192 B
CMake
Raw Normal View History

2023-03-26 14:22:05 -07:00
#This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.16)
set(COMPONENTS main)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp_log)