xref: /aosp_15_r20/external/cronet/third_party/re2/src/re2.pc.in (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
2libdir=@CMAKE_INSTALL_FULL_LIBDIR@
3
4Name: re2
5Description: RE2 is a fast, safe, thread-friendly regular expression engine.
6Requires: @REQUIRES@
7Version: @[email protected]
8Cflags: -pthread -I${includedir}
9Libs: -pthread -L${libdir} -lre2
10