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

8 lines
204 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)
set(COMPONENTS main)
2022-08-01 16:58:53 +08:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(touch_element_test)