[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / third-party / benchmark / cmake / benchmark.pc.in
blob34beb012eef1a9b650fd4ee08e6d251ace592042
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
6 Name: @PROJECT_NAME@
7 Description: Google microbenchmark framework
8 Version: @VERSION@
10 Libs: -L${libdir} -lbenchmark
11 Libs.private: -lpthread
12 Cflags: -I${includedir}