Added stb.
This commit is contained in:
parent
76a7a5e35b
commit
dedad06419
9
recipes/stb/recipe.py
Normal file
9
recipes/stb/recipe.py
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
from SCons.Script import *
|
||||
|
||||
def cook(env: Environment, git_ref: str = "master") -> dict:
|
||||
repo = env.Cook('GitBranch', repo_name = 'stb', remote_url = 'https://github.com/nothings/stb.git', git_ref = git_ref)
|
||||
checkout_root = repo['checkout_root']
|
||||
return {
|
||||
'CPPPATH': [checkout_root]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user