Build the dependent statically link libs & set its order
-
wrote on 8 Jul 2015, 14:13 last edited by
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 -
wrote on 8 Jul 2015, 14:24 last edited by
I guess the subdirs template is what you are looking for.
-
1/3