chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Add cmake notes; make tests optional. #239

Closed dj2 closed 1 year ago

dj2 commented 1 year ago

This CL adds some documentation on integrating subspace with CMake. In order to make the integration simpler the test files have been moved inside a SUBSPACE_BUILD_TESTS cmake option. This allows disabling the subspace tests when integrating.

Issue #226

danakj commented 1 year ago

Learning how to code review sorry for lots of noise haha, I changed one nit in the README, thanks so much for this.