Files
snapclient/components/dsp_processor/CMakeLists.txt
luar123 38d749e6cc Separate components better and remove audio_board dependencies (#110)
* 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.
2025-02-16 20:25:46 +01:00

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()