1# This is the project CMakeLists.txt file for the test subproject 2cmake_minimum_required(VERSION 3.5) 3 4include($ENV{IDF_PATH}/tools/cmake/project.cmake) 5project(unit_test) 6
1# This is the project CMakeLists.txt file for the test subproject 2cmake_minimum_required(VERSION 3.5) 3 4include($ENV{IDF_PATH}/tools/cmake/project.cmake) 5project(unit_test) 6