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-28 05:09:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ca60c46f11e375ca847c7ca04d41dd880acb38d
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