sherpa-ncnn.pc.in 424 B

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