mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
build system: Initial cmake support, work in progress
This commit is contained in:

committed by
Angus Gratton

parent
a538644560
commit
c671a0c3eb
8
components/mbedtls/CMakeLists.txt
Normal file
8
components/mbedtls/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS port/include include)
|
||||
set(COMPONENT_SRCDIRS library port)
|
||||
|
||||
register_component()
|
||||
|
||||
target_compile_definitions(mbedtls PUBLIC
|
||||
MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h"
|
||||
)
|
Reference in New Issue
Block a user