esp-idf/components/esp_driver_ppa/test_apps/CMakeLists.txt
2024-05-27 11:34:47 +08:00

10 lines
288 B
CMake

# This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
set(COMPONENTS main)
project(ppa_test)