summaryrefslogtreecommitdiff
path: root/libglog.pc.in
blob: ad2b0774d89e3938aa34ca03c1ef5cc6441e3ccb (plain)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libglog
Description: Google Log (glog) C++ logging framework
Version: @VERSION@
Libs: -L${libdir} -lglog
Cflags: -I${includedir}