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:
2025-06-19 16:48:28 +02:00
parent 9bfbd44e34
commit b1c461387f
5 changed files with 43 additions and 5 deletions

View File

@@ -1,6 +1,12 @@
Import('env')
env.ModuleConfig(
name = '{{name}}',
description = '',
cxx_namespace = '{{folder_name}}'
)
src_files = Split("""
main.cpp
""")