mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
8 lines
117 B
Python
8 lines
117 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
|
|
SConscript("shaders/SCsub")
|