Hi Johannes, Am 28.04.2014 11:51, schrieb Johannes Hoffmeister: > I want to add my own project to the sumo in Visual Studio ( im using 13) and > include some Sumo packages. (SUMOTime.h).
The dependencies are only defined in the projects which build the executables. All executables link all needed subprojects statically so we do not need to define the dependencies among the subprojects. If you add another executable just add dependencies for all the subprojects it needs, if you just add another (static) library project add it to all the executables where it is used. Best regards, Michael ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
