1set(srcs "esp_ot_cli.c") 2 3if(CONFIG_OPENTHREAD_CLI_ESP_EXTENSION) 4 list(APPEND srcs "esp_ot_cli_extension.c" "esp_ot_tcp_socket.c" "esp_ot_udp_socket.c" "esp_ot_iperf.c") 5endif() 6 7idf_component_register(SRCS "${srcs}" 8 INCLUDE_DIRS ".") 9
1set(srcs "esp_ot_cli.c") 2 3if(CONFIG_OPENTHREAD_CLI_ESP_EXTENSION) 4 list(APPEND srcs "esp_ot_cli_extension.c" "esp_ot_tcp_socket.c" "esp_ot_udp_socket.c" "esp_ot_iperf.c") 5endif() 6 7idf_component_register(SRCS "${srcs}" 8 INCLUDE_DIRS ".") 9