premake / premake-core

Premake
https://premake.github.io/
BSD 3-Clause "New" or "Revised" License
3.2k stars 618 forks source link

[vs*] Allow to have per-file `cdialect`/`cppdialect`. #2194

Closed Jarod42 closed 6 months ago

Jarod42 commented 6 months ago

What does this PR do?

Handle cdialect/cppdialect in per-file configuration for visual studio generators

How does this PR change Premake's behavior?

Only affect visual studio generators

Anything else we should know?

cppdialect tested with dedicated project https://github.com/Jarod42/premake-sample-projects/actions/runs/8377114412

Did you check all the boxes?