Initial commit

This commit is contained in:
2022-05-14 05:39:04 +03:00
parent 911cd75586
commit f1651856a8
7 changed files with 120 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