mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-18 05:05:46 +00:00
faab9fa04a
- Should hopefully force recognition as a 'C' repository rather than counting all the Breakpad C++
11 lines
298 B
PkgConfig
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@
|