// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. namespace Flax.Build.Graph { /// /// The C++ file compilation task. /// /// public class CompileCppTask : Task { } }