mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 02:37:31 +02:00
mDNS: Initial version based on IDF 5.0
This commit is contained in:
5
components/mdns/tests/host_test/CMakeLists.txt
Normal file
5
components/mdns/tests/host_test/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
set(COMPONENTS main)
|
||||
project(mdns_host)
|
Reference in New Issue
Block a user