1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-21 23:19:10 -04:00

9 lines
269 B
CMake
Raw Normal View History

2022-09-29 09:17:13 +02:00
# This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.16)
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components")
set(COMPONENTS main)
2022-09-29 09:17:13 +02:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(lwip_test)