You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
adding a dummy shared library target to the shim cmake
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
The text was updated successfully, but these errors were encountered:
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:
This work was already done in cppmm_build, so just needs porting over from there
The text was updated successfully, but these errors were encountered: