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