1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00
Files
godot/servers/visual/rasterizer_rd/SCsub
2020-02-11 11:53:29 +01:00

8 lines
118 B
Python

#!/usr/bin/env python
Import('env')
env.add_source_files(env.servers_sources, "*.cpp")
SConscript("shaders/SCsub")