cmvr-es/dependency/arm/third_party/gflags/v2.2.2/lib/pkgconfig/gflags.pc

15 lines
396 B
PkgConfig
Raw Normal View History

prefix=/home/cmvr/Projects/cmvr-es/dependency/arm/third_party/gflags/v2.2.2
exec_prefix=${prefix}
bindir=${prefix}/bin
libdir=${prefix}/lib
includedir=${prefix}/include
Name: gflags
Version: 2.2.2
Description: A commandline flags library that allows for distributed flags.
URL: http://gflags.github.io/gflags
Requires:
Libs: -L${libdir} -lgflags
Libs.private: -lpthread
Cflags: -I${includedir}