06731b14d7
- Catch 1.12.0 -> 1.12.2 - Google Benchmark 1.3.0 -> 1.4.1
11 lines
243 B
PkgConfig
Executable file
11 lines
243 B
PkgConfig
Executable file
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: Google microbenchmark framework
|
|
Version: @VERSION@
|
|
|
|
Libs: -L${libdir} -lbenchmark
|
|
Cflags: -I${includedir}
|