You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
CybernetHacker14
changed the title
Solution - Project configuration and target connection
Solution<->Project configuration and target connection
Jul 5, 2024
Currently in my project, I am generating a solution class, in which I am adding a target with certain set parameters
EngineMode
,Platform
andGraphicsAPI
. 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?
The text was updated successfully, but these errors were encountered: