diff --git a/components/tcp_transport/test_apps/main/CMakeLists.txt b/components/tcp_transport/test_apps/main/CMakeLists.txt index 9c9c85da0e..b3dba0dfa2 100644 --- a/components/tcp_transport/test_apps/main/CMakeLists.txt +++ b/components/tcp_transport/test_apps/main/CMakeLists.txt @@ -1,4 +1,4 @@ -set(srcs "test_app_main.c" "test_transport_basic.c" "test_transport_connect" "test_transport_fixtures.c") +set(srcs "test_app_main.c" "test_transport_basic.c" "test_transport_connect.c" "test_transport_fixtures.c") idf_component_register(SRCS ${srcs} PRIV_INCLUDE_DIRS "../../private_include" "." PRIV_REQUIRES cmock test_utils tcp_transport unity esp_psram