1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/drivers/vulkan/SCsub

9 lines
119 B
Python

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