Files
esp-protocols/examples/protocols/mdns/main/CMakeLists.txt
Renz Christian Bagaporo 67173f6770 cmake: make main a component again
* Original commit: espressif/esp-idf@d9939cedd9
2022-05-27 17:44:22 +04:00

5 lines
99 B
CMake

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