esp-idf/components/touch_element/test_apps/CMakeLists.txt
2022-08-08 19:12:56 +08:00

6 lines
182 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)
project(touch_element_test)