CMake flag: -DBUILD_TESTS=ON (default) or OFF
Build unit-tests, using Catch2.
CMake flag: -DBUILD_DOCS=OFF (default) or ON
Generate Doxygen documentation and store at ${CMAKE_BINARY_DIR}/docs.
Note: make sure doxygen is installed.
CMake flag: -DBUILD_CODEANALYSIS=OFF (default) or ON
Analyze the code with clang-tidy.
Note: make sure clang-tidy is installed.
Use cmake --build . --target install to install bosswestfalen/runtime_array.hpp to ${CMAKE_INSTALL_PREFIX}/include/