Add support for using ThirdPartyModule in game/project scripting
This commit is contained in:
3
Source/ThirdParty/minimp3/minimp3.Build.cs
vendored
3
Source/ThirdParty/minimp3/minimp3.Build.cs
vendored
@@ -14,5 +14,8 @@ public class minimp3 : HeaderOnlyModule
|
||||
|
||||
LicenseType = LicenseTypes.CreativeCommonsZero;
|
||||
LicenseFilePath = "LICENSE";
|
||||
|
||||
// Merge third-party modules into engine binary
|
||||
BinaryModuleName = "FlaxEngine";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user