This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-11 04:21:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2dec7787c17bc8c7d7732b13a12c0132b3a3fee5
esp-idf
/
examples
/
protocols
/
sockets
/
tcp_client
/
main
/
CMakeLists.txt
5 lines
92 B
CMake
Raw
Normal View
History
Unescape
Escape
BSD Socket examples
2018-10-02 16:33:16 +02:00
set
(
COMPONENT_SRCS
"tcp_client.c"
)
cmake: make main a component again
2018-09-11 09:44:12 +08:00
set
(
COMPONENT_ADD_INCLUDEDIRS
"."
)
register_component
(
)
Reference in New Issue
Copy Permalink