Files
esp-protocols/examples/protocols/asio/chat_client/main/CMakeLists.txt
Renz Christian Bagaporo 57672d5add cmake: make main a component again
* Original commit: espressif/esp-idf@d9939cedd9
2022-06-22 14:18:17 +04:00

5 lines
95 B
CMake

set(COMPONENT_SRCS "chat_client.cpp")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()