11 lines
297 B
CMake
11 lines
297 B
CMake
idf_component_register(
|
|
SRC_DIRS
|
|
"libhelix-mp3/."
|
|
"libhelix-mp3/real"
|
|
INCLUDE_DIRS
|
|
"libhelix-mp3/pub"
|
|
PRIV_INCLUDE_DIRS
|
|
"libhelix-mp3/real")
|
|
|
|
# Some of warinings, block them.
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-but-set-variable)
|