add dependencies through plugins[Feature]
bigdimboom opened this issue · 3 comments
bigdimboom commented
Adding deps to one's project through cmake is very easy. However, is it possible to add a dep to my project through the plugin system provided by bs::framework.
BearishSun commented
You can add your project as a cmake dependency and then load it's library through CoreApplication::loadPlugin
.
bigdimboom commented
bigdimboom commented
which exposes the dependencies to the entire application