mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
7 lines
246 B
CMake
7 lines
246 B
CMake
set(srcs i2s.c i2s_hal.c spi_master.c)
|
|
idf_component_register( SRCS ${srcs}
|
|
INCLUDE_DIRS ${IDF_PATH}/components/driver
|
|
)
|
|
|
|
# CMake is just a pile of crap
|
|
message("overriding ${srcs} !! THIS MUST BE REQUIRED BY ONE COMPONENT BUT NOT MAIN !!") |