Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 453 Bytes

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.