2020-11-10 02:40:01 -05:00
|
|
|
# This is the project CMakeLists.txt file for the test subproject
|
2022-05-27 04:10:51 -04:00
|
|
|
cmake_minimum_required(VERSION 3.16)
|
2018-10-25 08:31:35 -04:00
|
|
|
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
project(unit_test)
|