Added module config to include RAID as a module in another project.

This commit is contained in:
2025-03-02 21:36:46 +01:00
parent 0e7db75623
commit 8540550138
3 changed files with 28 additions and 16 deletions

6
SModule Normal file
View File

@@ -0,0 +1,6 @@
Import('env')
env = env.Module('private/raid/SModule')
Return('env')