bolt/deps/llvm-18.1.8/third-party/benchmark/cmake/benchmark.pc.in

13 lines
305 B
PkgConfig
Raw Normal View History

2025-02-14 19:21:04 +01:00
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: @PROJECT_NAME@
Description: Google microbenchmark framework
Version: @VERSION@
Libs: -L${libdir} -lbenchmark
Libs.private: -lpthread
Cflags: -I${includedir}