0
0
Fork 0
wireless-proxy-esp32/components/SSDP/CMakeLists.txt

9 lines
166 B
CMake

file(GLOB SOURCES ssdp.c
)
idf_component_register(
SRCS ${SOURCES}
INCLUDE_DIRS "."
PRIV_REQUIRES esp_netif memory_pool wt_storage
)