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