libnonius / nonius

A C++ micro-benchmarking framework
https://nonius.io
Creative Commons Zero v1.0 Universal
358 stars 47 forks source link

2 header locations are needed ? #111

Open pedro-vicente opened 4 years ago

pedro-vicente commented 4 years ago

to include in a cmake project, it seems 2 header locations are needed ?

include_directories(nonius-1.1.2/include/nonius)
include_directories(nonius-1.1.2/include)
granthusbands commented 3 years ago

There's a single-header version in the main zips on the releases page here: https://github.com/libnonius/nonius/releases/

(It's different to the releases page linked to in the readme. I'm not affiliated with this project.)