Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for linking against dependencies #3

Open
anderslanglands opened this issue Sep 17, 2022 · 0 comments
Open

Add support for linking against dependencies #3

anderslanglands opened this issue Sep 17, 2022 · 0 comments

Comments

@anderslanglands
Copy link
Contributor

At the moment the bbl::bind() function just outputs the linking statements for the shim library, but not the target libraries that the shim itself links to.

This was done in cppmm already and means:

  1. adding a dummy shared library target to the shim cmake
  2. parsing the resulting cmake structure to extract the required linker arguments.

This work was already done in cppmm_build, so just needs porting over from there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant