Add C++ version and compiler path into VS Code project files

#3040
This commit is contained in:
Wojtek Figat
2024-12-06 13:13:25 +01:00
parent 2f239fe405
commit 31e870b086
4 changed files with 37 additions and 0 deletions

View File

@@ -73,6 +73,11 @@ namespace Flax.Build
/// </summary>
public abstract TargetCompiler Compiler { get; }
/// <summary>
/// Gets the main native files compiler path.
/// </summary>
public virtual string NativeCompilerPath { get; }
/// <summary>
/// Initializes a new instance of the <see cref="Toolchain"/> class.
/// </summary>