pandemonium_engine/drivers/gles3/SCsub

9 lines
155 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import("env")
if not env["disable_gles3"]:
env.add_source_files(env.drivers_sources, "*.cpp")
SConscript("shaders/SCsub")