mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
5 lines
94 B
Text
5 lines
94 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
|
|
SConscript("shaders/SCsub")
|