2020-11-19 02:11:30 +08:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
|
|
|
Import("env")
|
|
|
|
|
|
|
|
env.add_source_files(env.drivers_sources, "*.cpp")
|
|
|
|
|
|
|
|
SConscript("shaders/SCsub")
|
2022-03-12 19:19:59 +08:00
|
|
|
SConscript("storage/SCsub")
|
2022-05-18 23:04:41 +08:00
|
|
|
SConscript("effects/SCsub")
|