mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-21 22:23:37 +00:00
1b309ed007
See https://code.google.com/p/google-breakpad/issues/detail?id=219 R=vapier@chromium.org Review URL: https://breakpad.appspot.com/1114002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1364 4c0a9323-5329-0410-9bdc-e9ce6186880e
10 lines
312 B
PkgConfig
10 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@
|