ubisoft / Sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Apache License 2.0
922 stars 168 forks source link

Solution<->Project configuration and target connection #376

Open CybernetHacker14 opened 1 month ago

CybernetHacker14 commented 1 month ago

Currently in my project, I am generating a solution class, in which I am adding a target with certain set parameters EngineMode, Platform and GraphicsAPI. In my dependent project files, I have added all configurations of the said Target using the | operator, as the fields of the target are bitmasks.

How do I make the project sharpmake use the solution's configuration and set target in project generation?