Build the dependent statically link libs & set its order
-
Hi ,
I would like to build an exe which is depended on one static lib & that static lib is dependent on other static lib.
So when i build the exe the static lib would not get build. I need to build those libs separately then.
Is there way when ever i build the exe all the dependent lib will also get build.
Also i want to set the order in which the library got built.
Thanks,
Tushar -
I guess the subdirs template is what you are looking for.