MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / AddMuj

Method AddMuj

Source/URLab/URLab.Build.cs:249–252  ·  view source on GitHub ↗
(ReadOnlyTargetRules Target)

Source from the content-addressed store, hash-verified

247 private static readonly string[] ThirdPartyPackages = new[] { "MuJoCo", "CoACD", "libzmq" };
248
249 protected void AddMuj(ReadOnlyTargetRules Target)
250 {
251 AddThirdPartyLibrary("MuJoCo", Target);
252 }
253
254 // Checks each third-party dep for submodule drift (Layer A) and install
255 // drift (Layer B). Runs once up front so any failure message is clearly

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected