mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 14:13:13 +00:00
6c655321e6
Signed-off-by: swurl <swurl@swurl.xyz>
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
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@
|