(WIP) Restructuring of the project, rework of addons.
This commit is contained in:
15
test/codegen/SConstruct
Normal file
15
test/codegen/SConstruct
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
config = {
|
||||
'PROJECT_NAME': 'S++ Codegen Test',
|
||||
'SPP_TARGET_VERSION': (1, 1, 0)
|
||||
}
|
||||
|
||||
env = SConscript('../../SConscript', exports = ['config'])
|
||||
|
||||
# recipe repo
|
||||
env.RecipeRepo('mewin', 'https://git.mewin.de/mewin/spp_recipes.git', 'stable')
|
||||
|
||||
# app
|
||||
env = env.Module('private/test/SModule')
|
||||
|
||||
env.Finalize()
|
||||
Reference in New Issue
Block a user