/components/libFLAC/CMakeLists.txt
idf_component_register(
SRCS "bitmath.c" "bitreader.c" "bitwriter.c" "cpu.c" "crc.c" "fixed.c" "float.c" "format.c" "lpc.c" "md5.c" "memory.c" "stream_decoder.c" "window.c"
INCLUDE_DIRS "include" "include/share" "include/private" "include/protected"
)
target_compile_options(${COMPONENT_LIB} PRIVATE -DHAVE_LROUND -DFLAC__HAS_OGG=0 -DPACKAGE_VERSION="1.3.3-custom")