json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in
2021-01-23 13:59:52 +01:00

13 lines
267 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
Libs.private: -lpthread
Cflags: -I${includedir}