14 Jan
2024
14 Jan
'24
3:01 p.m.
Does referencing other Boost libs in Jamfiles change? Is /boost/test//boost_test (or whatever other lib) still the way? How can I CI test whether my lib adheres to modular Boost practices?
No (there might be exceptions that I don't remember at the moment). Your example is invalid though. The current reference for that would be something like /boost/test//boost_unit_test_framework (or other targets based on what you are using).
I wrote that from the top of my head. My point was the target structure. Thanks, Ruben.