You're breathtaking!
This commit is contained in:
12
Source/Tools/Flax.Build/Build/Graph/CompileTask.cs
Normal file
12
Source/Tools/Flax.Build/Build/Graph/CompileTask.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
namespace Flax.Build.Graph
|
||||
{
|
||||
/// <summary>
|
||||
/// The C++ file compilation task.
|
||||
/// </summary>
|
||||
/// <seealso cref="Flax.Build.Graph.Task" />
|
||||
public class CompileCppTask : Task
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user