6116b1f3c6
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libglog
|
|
Description: Google Log (glog) C++ logging framework
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lglog
|
|
Libs.private: @glog_libraries_options_for_static_linking@
|
|
Cflags: -I${includedir}
|