mirror of
https://github.com/sipeed/LicheeRV-Nano-Build.git
synced 2026-09-11 05:09:56 -05:00
11 lines
315 B
PkgConfig
11 lines
315 B
PkgConfig
mw_dir=middleware
|
|
includedir=${mw_dir}/include
|
|
libdir=${mw_dir}/lib
|
|
3rd_lib_dir=${libdir}/3rd
|
|
|
|
Name: CVITEK System lib
|
|
Description: AUDIO libs
|
|
Version: 2.0
|
|
Cflags: -I${includedir}/
|
|
Libs: -L${libdir} -ldl -lcvi_audio -lcvi_vqe -lcvi_VoiceEngine -lcvi_RES1 -L${3rd_lib_dir} -ltinyalsa -lrt -lpthread -lcvi_ssp -lcli
|