Files
squeezelite-esp32/components/raop/CMakeLists.txt
2020-03-06 17:41:12 -05:00

7 lines
190 B
CMake

idf_component_register(SRCS dmap_parser.c raop_sink.c raop.c rtp.c util.c
INCLUDE_DIRS .
REQUIRES newlib platform_config services codecs tools platform_display
)