2022-08-09 15:03:50 +05:30
|
|
|
#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")
|
2024-02-18 13:52:59 +08:00
|
|
|
set(COMPONENTS main)
|
2022-08-09 15:03:50 +05:30
|
|
|
|
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
|
project(esp_http_server_test)
|