json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in

13 lines
267 B
PkgConfig
Raw Normal View History

2021-01-23 15:59:52 +03:00
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}