blob: 80df818eba38a20203d8846eca87f51f24a5e4e3 [file] [log] [blame]
Austin Schuh8fec4f42018-10-29 21:52:32 -07001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3bindir=${prefix}/@RUNTIME_INSTALL_DIR@
4libdir=${prefix}/@LIBRARY_INSTALL_DIR@
5includedir=${prefix}/@INCLUDE_INSTALL_DIR@
6
7Name: @PACKAGE_NAME@
8Version: @PACKAGE_VERSION@
9Description: @PACKAGE_DESCRIPTION@
10URL: @PACKAGE_URL@
11Requires:
12Libs: -L${libdir} -lgflags
13Libs.private: -lpthread
14Cflags: -I${includedir}