boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
315 stars 72 forks source link

fetch google benchmark via cmake #163

Closed HDembinski closed 5 years ago

HDembinski commented 5 years ago

B. Reese: "Btw, if you want cmake to fetch google benchmark for you (think of it as a lazy-loaded git submodule) then I have written a script for that: https://github.com/breese/trial.online/tree/develop/benchmark"

henryiii commented 5 years ago

Here's a similar set of examples for GoogleTest:

https://cliutils.gitlab.io/modern-cmake/chapters/testing/googletest.html

HDembinski commented 5 years ago

implemented on develop