Hi,
I'd like to know how I can link various libraries regarding to the system I'm building the project on (for example I'd like to link X11.a on Linux) but without creating new targets if possible (are there platforms' configurations like in Visual Studio?).
Thanks.