mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-21 14:30:02 +00:00
fd3708f0df
git-subtree-dir: externals/breakpad git-subtree-split: 06c7bd9f5d252d03689ca9f6caca96925d22a10c
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@
|