emrainey/Concerto

Fix static libs dependency problem

Closed this issue · 1 comments

If there is an exe "a" which depends on static lib "b" which depends on a static lib "c", "a" must also depend on "c" to link correctly. Concerto should propagate the dependency automatically so that "a" only states a STATIC_LIBS dependency on "b" and "b" states a STATIC_LIBS dependency on "c" but "a" then links with "b" and "c".

Resolved on "task-dependent-static-libs".