mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
8 lines
349 B
CMake
8 lines
349 B
CMake
idf_component_register(SRC_DIRS "."
|
|
PRIV_REQUIRES test_utils esp-tls unity
|
|
WHOLE_ARCHIVE)
|
|
|
|
# Expose esp-tls private headers for internal component tests
|
|
idf_component_get_property(esp_tls_dir esp-tls COMPONENT_DIR)
|
|
target_include_directories(${COMPONENT_LIB} PRIVATE "${esp_tls_dir}/private_include")
|