1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

feat: deleted test / benchmark.pc

This should not be added. My mistake
This commit is contained in:
Devansh Varshney (देवांश वार्ष्णेय) 2023-08-12 08:38:36 +05:30 committed by GitHub
parent 5c5914cd93
commit 4de740d59d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=/usr/local/lib
includedir=/usr/local/include
Name: benchmark
Description: Google microbenchmark framework
Version: 1.8.2
Libs: -L${libdir} -lbenchmark
Libs.private: -lpthread
Cflags: -I${includedir}