mirror of
https://git.suyu.dev/suyu/breakpad
synced 2024-11-21 14:29:09 -07:00
11 lines
312 B
PkgConfig
11 lines
312 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@/@PACKAGE_NAME@
|
||
|
|
||
|
Name: google-breakpad-client
|
||
|
Description: An open-source multi-platform crash reporting system
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Libs: -L${libdir} -lbreakpad_client @PTHREAD_LIBS@
|
||
|
Cflags: -I${includedir} @PTHREAD_CFLAGS@
|