summaryrefslogtreecommitdiff
path: root/drivers/vulkan/SCsub
blob: 2251181704c855627aa7a4c44a6294c0586e8355 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

Import('env')

env.add_source_files(env.drivers_sources,"*.cpp")


#SConscript("shaders/SCsub")