benchmark
- registry: kmpkgcore
- type: static library.
install
kmpkg install benchmark
add port
add to project dependency list:
kmpkg add port benchmark
kmpkg
kmpkg.json
{
"dependencies": [
"benchmark"
]
}
cmake find and link
find benchmark package:
find
find_packge(benchmark REQUIRED)
link benchmark static:
benchmark::benchmark
benchmark::benchmark_main