From f5c937d1fcd9b4b9b48eb32d38e0b0bfd60430f7 Mon Sep 17 00:00:00 2001 From: Davi de Castro Reis Date: Fri, 8 Jun 2012 11:25:32 -0300 Subject: [PATCH] Add c++0x flag to pkgconfig. --- cxxmph.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cxxmph.pc.in diff --git a/cxxmph.pc.in b/cxxmph.pc.in new file mode 100644 index 0000000..4ba06a5 --- /dev/null +++ b/cxxmph.pc.in @@ -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}