* Remove audio board dependency from lightsnapcast. * Move dac settings (i2c communication) to main task. Remove audio_board dependency from http_get_task * Remove unneeded dependencies from dsp_processor component.
7 lines
170 B
CMake
7 lines
170 B
CMake
set(COMPONENT_REQUIRES)
|
|
set(COMPONENT_PRIV_REQUIRES esp-dsp)
|
|
|
|
list(APPEND COMPONENT_ADD_INCLUDEDIRS ./include)
|
|
set(COMPONENT_SRCS ./dsp_processor.c)
|
|
register_component()
|