summaryrefslogtreecommitdiffstats
path: root/drivers/egl/SCsub
blob: 4b865ca34f28d67e2994356f23eea87561fa7c17 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

# Redot source files
env.add_source_files(env.drivers_sources, "*.cpp")