feat: added template module

This commit is contained in:
Sara 2025-01-19 13:48:19 +01:00
parent 7125d019b5
commit 87c7c247f1
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,3 @@
Import('env')
env.add_source_files(env.modules_sources, "*.cpp")