mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 06:09:47 +02:00
14 lines
378 B
PkgConfig
14 lines
378 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/@PACKAGE@
|
|
|
|
Name: Rasqal RDF Query Library
|
|
Description: Rasqal RDF Query parsing and execution library
|
|
Requires: raptor >= @RAPTOR_MIN_VERSION@ @PKGCONFIG_REQUIRES@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lrasqal
|
|
Libs.private: @LIBS@ @PKGCONFIG_LIBS@ @RASQAL_EXTERNAL_LIBS@
|
|
Cflags: -I${includedir}
|
|
|