mirror of
https://github.com/nlohmann/json.git
synced 2026-08-31 13:37:14 +00:00
➕ using Google Benchmark #921
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user