mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
11 lines
262 B
PkgConfig
11 lines
262 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
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
|