13 lines
317 B
PkgConfig
13 lines
317 B
PkgConfig
prefix=C:/Program Files (x86)/benchmark
|
|
exec_prefix=${prefix}
|
|
libdir=C:/Program Files (x86)/benchmark/lib
|
|
includedir=C:/Program Files (x86)/benchmark/include
|
|
|
|
Name: benchmark
|
|
Description: Google microbenchmark framework
|
|
Version: 1.9.1.7
|
|
|
|
Libs: -L${libdir} -lbenchmark
|
|
Libs.private: -lpthread
|
|
Cflags: -I${includedir}
|