1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 16:39:12 -04:00

8 lines
318 B
CMake
Raw Normal View History

idf_component_register(SRCS "transport.c"
"transport_ssl.c"
"transport_ws.c"
"transport_utils.c"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "private_include"
REQUIRES esp-tls)