mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
9 lines
220 B
PkgConfig
9 lines
220 B
PkgConfig
|
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
|