Files

7 lines
184 B
CMake
Raw Permalink Normal View History

set(COMPONENT_REQUIRES)
set(COMPONENT_PRIV_REQUIRES esp-dsp lightsnapcast)
list(APPEND COMPONENT_ADD_INCLUDEDIRS ./include)
set(COMPONENT_SRCS ./dsp_processor.c)
register_component()