1
Fork 0

Add c++0x flag to pkgconfig.

main
Davi de Castro Reis 2012-06-08 11:25:32 -03:00
parent e57ec31b93
commit f5c937d1fc
1 changed files with 12 additions and 0 deletions

12
cxxmph.pc.in Normal file
View File

@ -0,0 +1,12 @@
url=http://cmph.sourceforge.net/
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: cxxmph
Description: minimal perfect hashing c++11 library
Version: @VERSION@
Libs: -L${libdir} -lcxxmph
Cflags: -std=c++0x -I${includedir}
URL: ${url}