Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).
Boost Software License 1.0
185
stars
50
forks
source link
Test libraries and executables should be declared EXCLUDE_FROM_ALL #841
Closed
pdimov closed 2 months ago
The Boost convention is that
cmake --build .
only builds the libraries. Test libraries and executables are built withcmake --build . --target tests
.