/scripts

Primary LanguagePythonMIT LicenseMIT

OpenVicProject/scripts

Common Scons scripts repo for the OpenVicProject repos

Required

Usage

  1. Call env.SetupOptions() and use the return value to add your options:
    opts = env.SetupOptions()
    opts.Add(BoolVariable("example", "Is an example", false))
  2. When options are finished call env.FinalizeOptions() then setup your scons script using env.