Initial commit

This commit is contained in:
2023-10-10 12:56:02 +03:00
commit c121073f62
10 changed files with 169 additions and 0 deletions

5
SCsub Normal file
View File

@ -0,0 +1,5 @@
# SCsub
Import('env')
env.add_source_files(env.modules_sources, "*.cpp") # Add all cpp files to the build