mirror of
https://github.com/boostorg/url.git
synced 2026-07-21 13:43:32 +00:00
0a84fdb7d7
The test suite exposes two helper libraries (with and without a main), as with other test libraries, so other modules can choose their own entry point. Keeping both targets is necessary, but they clutter Visual Studio’s solution view. Move these helper targets into the existing Dependencies folder to reduce noise while preserving the separate-linking behavior. fix #955