Files
esp-idf/components/driver/test_apps/touch_element/CMakeLists.txt

8 lines
204 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(touch_element_test)