esp-idf/examples/protocols/sockets/non_blocking/main/CMakeLists.txt
David Cermak 07de534191 examples: Move non-block socket examples to a single app
To simplify the examples, reused the boiler plate and statics and mainly
for testing on localhost interface with no physical network.
2021-06-25 20:46:49 +08:00

3 lines
98 B
CMake

idf_component_register(SRCS "non_blocking_socket_example.c"
INCLUDE_DIRS ".")