esp-idf/components/mbedtls/CMakeLists.txt

9 wiersze
201 B
CMake
Czysty Zwykły widok Historia

set(COMPONENT_ADD_INCLUDEDIRS port/include include)
set(COMPONENT_SRCDIRS library port)
register_component()
target_compile_definitions(mbedtls PUBLIC
-DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h"
)