123456789101112 |
- prefix="@CMAKE_INSTALL_PREFIX@"
- exec_prefix="${prefix}"
- includedir="${prefix}/include"
- libdir="${exec_prefix}/lib"
- Name: sherpa-ncnn
- Description: pkg-config for sherpa-ncnn
- URL: https://github.com/k2-fsa/sherpa-ncnn
- Version: @SHERPA_NCNN_VERSION@
- Cflags: -I"${includedir}"
- Libs: -L"${libdir}" -lsherpa-ncnn-c-api -lsherpa-ncnn-core -lncnn -lkaldi-native-fbank-core -Wl,-rpath,${libdir} @SHERPA_NCNN_PKG_CONFIG_EXTRA_LIBS@
|