6 lines
182 B
CMake
Raw Normal View History

2022-08-01 16:58:53 +08:00
# 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)