MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
McroISPC.Build.cs
Go to the documentation of this file.
1
/** @noop License Comment
2
* @file
3
* @copyright
4
* This Source Code is subject to the terms of the Mozilla Public License, v2.0.
5
* If a copy of the MPL was not distributed with this file You can obtain one at
6
* https://mozilla.org/MPL/2.0/
7
*
8
* @author David Mórász
9
* @date 2025
10
*/
11
12
using
UnrealBuildTool;
13
using
McroBuild
;
14
15
/// <summary>
16
/// A module containing ISPC utilities.
17
/// </summary>
18
public
class
McroISPC
: ModuleRules
19
{
20
public
McroISPC
(ReadOnlyTargetRules Target) : base(Target)
21
{
22
bUseUnity =
false
;
23
24
PublicDependencyModuleNames.AddRange(
new
[] {
25
"Core"
,
26
});
27
28
29
PrivateDependencyModuleNames.AddRange(
new
[] {
30
"CoreUObject"
,
31
});
32
}
33
}
McroISPC
A module containing ISPC utilities.
Definition
McroISPC.Build.cs:19
McroISPC.McroISPC
McroISPC(ReadOnlyTargetRules Target)
Definition
McroISPC.Build.cs:20
McroBuild
Definition
AbsolutePath.Build.cs:23
McroISPC
McroISPC.Build.cs
Generated by
1.12.0