Files
esp-idf/components/esp-tls/test_apps/main/CMakeLists.txt
T
2026-04-09 14:09:31 +08:00

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")