mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
13 lines
279 B
PkgConfig
13 lines
279 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: sndfile
|
|
Description: A library for reading and writing audio files
|
|
Requires:
|
|
Requires.private: @EXTERNAL_XIPH_REQUIRE@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsndfile
|
|
Cflags: -I${includedir}
|