mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
12 lines
261 B
PkgConfig
12 lines
261 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@EXEC_PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: Serd
|
|
Version: @SERD_VERSION@
|
|
Description: Lightweight RDF syntax library
|
|
Libs: -L${libdir} -l@LIB_SERD@
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@
|