What steps will reproduce the problem?
1. I have a target Bar that uses third-party library Foo (libFoo.so, Foo.dll or
libFoo.dylib), but produces static_library
2. Several other executable or shared_library targets indirectly depends on
target Bar
3. How can I specify within the description of target Bar that all dependent
executables or shared_library should link with Foo. I may also need to specify
additional linking directories where (.so, .dll or .dylib) will need to be
searched for.
What is the expected output? What do you see instead?
Currently it is only possible to affect direct dependents with
"direct_dependent_settings" and I have to propagate settings through entire
dependency tree to final executable or shared_library using
"export_dependent_settings".
What version of the product are you using? On what operating system?
gyp_chromium
Please provide any additional information below.
Original issue reported on code.google.com by rryk...@gmail.com on 13 Dec 2011 at 12:37
Original issue reported on code.google.com by
rryk...@gmail.com
on 13 Dec 2011 at 12:37