mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
14 lines
275 B
PkgConfig
14 lines
275 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: spice
|
|
Description: SPICE server library
|
|
Version: @VERSION@
|
|
|
|
Requires: @SPICE_REQUIRES@
|
|
Libs: -L${libdir} -lspice
|
|
Libs.private: @SPICE_NONPKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}/libspice
|