You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I found out that thanks to #60 you can avoid building tests and examples via building only the nanobench target:
cmake --build "build/" --target "nanobench"
It will not eliminate the configuration step for other targets, but that's not critical. Also, it'd be nice to be able to create dynamic and header-only versions of the library with CMake, but those are separate issues.
When building the library using
examples and tests are also built. Is it possible to add CMake options for disabling that (see, e.g., google benchmark)? It's useful for packaging.
The text was updated successfully, but these errors were encountered: