From 84bd1d7e88911a06328b8fab3f4bd916aeff1e47 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 12 Jan 2018 13:49:13 +1100 Subject: [PATCH] build system: Initial cmake support, work in progress * Original commit: espressif/esp-idf@c671a0c3ebf90f18576d6db55b51b62730c58301 --- components/mdns/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 components/mdns/CMakeLists.txt diff --git a/components/mdns/CMakeLists.txt b/components/mdns/CMakeLists.txt new file mode 100644 index 000000000..0ba2e49dc --- /dev/null +++ b/components/mdns/CMakeLists.txt @@ -0,0 +1,2 @@ +register_component() +