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