Updated new_source tool to respect a modules set C++ namespace. Fixed generation of modules with templates without config.json.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
|
||||
Import('env')
|
||||
|
||||
env.ModuleConfig(
|
||||
name = '{{name}}',
|
||||
description = '',
|
||||
cxx_namespace = '{{folder_name}}'
|
||||
)
|
||||
|
||||
src_files = Split("""
|
||||
main.cpp
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user