How to propagate package dependencies to consumers? #2595
Replies: 3 comments 9 replies
-
It will copy all so/dll files if they are shared. |
Beta Was this translation helpful? Give feedback.
-
you can only run
only builtin xmake/conda/vcpkg/cargo/cmake/apt package files will be exported, conan is not supported not. |
Beta Was this translation helpful? Give feedback.
-
I will try improve it. #2725 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that requires several packages (doctest, fmt, gsl, boost, conan::tracy).
When I package this project, how do I forward or include those dependencies so consuming projects don't have to manually add my package's dependencies to their project?
Beta Was this translation helpful? Give feedback.
All reactions