boostorg / cobalt

Coroutines for C++20 & asio
https://www.boost.org/doc/libs/master/libs/cobalt/doc/html/index.html
207 stars 24 forks source link

Test libraries and executables should be declared EXCLUDE_FROM_ALL #181

Closed pdimov closed 4 months ago

pdimov commented 4 months ago

The Boost convention is that cmake --build . only builds the libraries. Test libraries and executables are built with cmake --build . --target tests.