Files
esp-protocols/examples/protocols/asio/chat_server/main/CMakeLists.txt

5 lines
95 B
CMake
Raw Normal View History

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