Hi,
We develop a library that we will call LIBRARY. To compile this library, we use
CMake (of course :) ). This library include multiple components, like Boost
system,
i.e. there are few add_library commands. This library produce
LIBRARY_COMPONENTS_1, LIBRARY_COMPONENTS_2, LIBRARY_COMPONENTS_3
Hi,
We develop a library that we will call LIBRARY. To compile this library, we use
CMake (of course :) ). This library include multiple components, like Boost
system,
i.e. there are few add_library commands. This library produce
LIBRARY_COMPONENTS_1, LIBRARY_COMPONENTS_2, LIBRARY_COMPONENTS_3
See htop screenshot below for an example of what I mean. Note that `ninja`
in the original command line invocation is just a bash alias for
ninja-build (the name of the ninja binary on Fedora-based systems)
[image: Inline image 1]
Should I expect to see the -l3 option to be propagated automatical