Files
squeezelite-esp32/components/raop/CMakeLists.txt
2020-03-06 16:43:56 -05:00

7 lines
203 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
PRIV_REQUIRES platform_display
)