(ReadOnlyTargetRules Target)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected