8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:43:04 +01:00
firebird-mirror/extern/re2/re2.pc

9 lines
220 B
PkgConfig
Raw Normal View History

2019-08-11 16:10:29 +02:00
includedir=@includedir@
libdir=@libdir@
Name: re2
Description: RE2 is a fast, safe, thread-friendly regular expression engine.
Version: 0.0.0
Cflags: -std=c++11 -pthread -I${includedir}
Libs: -pthread -L${libdir} -lre2