Austin Schuh | cbc1740 | 2019-01-21 21:00:30 -0800 | [diff] [blame] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
2 | exec_prefix=${prefix} | ||||
3 | libdir=${prefix}/lib | ||||
4 | includedir=${prefix}/include | ||||
5 | |||||
6 | Name: @PROJECT_NAME@ | ||||
7 | Description: Google microbenchmark framework | ||||
8 | Version: @VERSION@ | ||||
9 | |||||
10 | Libs: -L${libdir} -lbenchmark | ||||
11 | Cflags: -I${includedir} |