Files
ESP8266_RTOS_SDK/examples/protocols/mdns/main/CMakeLists.txt
dongheng 02877a48f0 feat(mdns_example): Sync code from esp-idf
Commit ID: 2f8508c7
2019-05-17 16:45:44 +08:00

5 lines
99 B
CMake

set(COMPONENT_SRCS "mdns_example_main.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()