Skip to content

Instantly share code, notes, and snippets.

@douglas-vaz
Created November 10, 2013 11:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglas-vaz/7397347 to your computer and use it in GitHub Desktop.
Save douglas-vaz/7397347 to your computer and use it in GitHub Desktop.
pkg-config file for GMP
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: gmp
Description: GNU Multiple Precision Arithmetic Library
URL: http://gmplib.org
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lgmp
Cflags: -I${includedir}
@donkey42
Copy link

thankies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment