What should I put into my jamroot.jam file so that libAPLibrary.so is linked with the result of MyProject compilation?
root |-MyProject | |-jamroot.jam | |-AnotherProject |-lib |-libAPLibrary.so
What should I put into my jamroot.jam file so that libAPLibrary.so is linked with the result of MyProject compilation?
root |-MyProject | |-jamroot.jam | |-AnotherProject |-lib |-libAPLibrary.so
if the library libAPLibrary.so is already compiled one you should declare it and the link it against the project, this way: