Skip to content

Instantly share code, notes, and snippets.

@douglas-vaz
Created November 10, 2013 11:58
Show Gist options
  • Select an option

  • Save douglas-vaz/7397347 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

thankies

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