Austin Schuh | 906616c | 2019-01-21 20:25:11 -0800 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: libglog | ||||
7 | Description: Google Log (glog) C++ logging framework | ||||
8 | Version: @VERSION@ | ||||
9 | Libs: -L${libdir} -lglog | ||||
10 | Cflags: -I${includedir} |