How to find out what dependencies (i.e other Boost libraries) a particular Boost library requires?

后端 未结 2 970

For any C++ Boost library, how can one find out which Boost library(ies) it requires ?

Example (not necessary a working example though): Boost library \"test\" requ

2条回答
  •  鱼传尺愫
    2020-12-10 13:53

    boost comes with a tool to gather the dependencies of a library.

    It is called bcp. If you just want a list of files, you have to use the --list option.

提交回复
热议问题