apple2ix/breakpad.pc.in
Aaron Culliney 20c1bbd955 Squashed 'externals/breakpad/' content from commit 44fdc48
git-subtree-dir: externals/breakpad
git-subtree-split: 44fdc48bfbf49d50affeebaf62a6a212cbfb630e
2015-09-19 00:35:08 -07:00

11 lines
298 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/@PACKAGE_NAME@
Name: google-breakpad
Description: An open-source multi-platform crash reporting system
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lbreakpad @PTHREAD_LIBS@
Cflags: -I${includedir} @PTHREAD_CFLAGS@