diff --git a/components/tcp_transport/CMakeLists.txt b/components/tcp_transport/CMakeLists.txt index 938f7f2e32..8843ac0416 100644 --- a/components/tcp_transport/CMakeLists.txt +++ b/components/tcp_transport/CMakeLists.txt @@ -1,4 +1,8 @@ -set(COMPONENT_SRCDIRS ".") +set(COMPONENT_SRCS "transport.c" + "transport_ssl.c" + "transport_tcp.c" + "transport_utils.c") + set(COMPONENT_ADD_INCLUDEDIRS "include") set(COMPONENT_REQUIRES lwip esp-tls)