filipwasil / fillwave

Multiplatform C++14 graphics engine
https://filipwasildev.bitbucket.io/
MIT License
23 stars 6 forks source link

Google benchmark fillwave #91

Closed filipwasil closed 7 years ago

filipwasil commented 7 years ago

https://github.com/google/benchmark

We want this library to be built as git submodule in ext directory together with project.

1) create a "benchmarks" directory in the main project directory 2) create a CMakeLists.txt file there and implement example usages of this library 3) make an option in options.cmake regarding benchmarking 4) Benchmarking build must be specific. Appropriate compiling flags should be used, and only

Good task to get familiar with cmake and this particular benchmarking library