12 lines
219 B
CMake
12 lines
219 B
CMake
idf_component_register(
|
|
SRCS
|
|
"opus_encoder.cc"
|
|
"opus_decoder.cc"
|
|
"opus_resampler.cc"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
PRIV_INCLUDE_DIRS
|
|
"."
|
|
REQUIRES
|
|
"78__esp-opus"
|
|
) |