Skip to content

benjaminmcq/scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages