Files
esp-idf/components/esp_libc/test_apps/newlib/CMakeLists.txt
2025-09-09 22:00:44 +08:00

8 lines
246 B
CMake

# This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.22)
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/test_apps/components")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(newlib_test)