6 Dec
2022
6 Dec
'22
11:44 p.m.
On 7/12/2022 10:42, Robert Ramey wrote:
c) use the boost tool (I forget the name) to scan my code and list the required source modules d) include those source files in my b2 or CMake file.
These steps are atypical. Most users will run b2 to build binaries (static or dynamic) and then link with these, or will use the prebuilt bintray or whatever binaries, or the prebuilt Linux distro binaries. While it's possible to import individual .cpp files, that's never the encouraged method to depend on any C++ libraries, Boost or otherwise.