5 lines
94 B
Text
5 lines
94 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
|
|
SConscript("shaders/SCsub")
|