1cmake_minimum_required(VERSION 3.5) 2 3include($ENV{IDF_PATH}/tools/cmake/project.cmake) 4set(COMPONENTS main) 5project(mdns_host) 6