esp-idf/examples/protocols/sockets/udp_server/main/CMakeLists.txt

5 lines
92 B
CMake
Raw Normal View History

2018-10-02 10:33:16 -04:00
set(COMPONENT_SRCS "udp_server.c")
2018-09-10 21:44:12 -04:00
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()