Skip to content

Add support for linking against dependencies #3

@anderslanglands

Description

@anderslanglands

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions