esp-idf/tools/test_apps/phy/phy_tsens/CMakeLists.txt
2023-07-31 12:13:24 +08:00

7 lines
173 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(phy_tsens)