Skip to content

OpenVicProject/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages