Files
espressif--esp-idf/components/unity/test_apps/CMakeLists.txt
T
2026-07-13 13:04:25 +08:00

8 lines
199 B
CMake

#This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.22)
set(COMPONENTS main)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(unity_test_app)