mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
9 lines
155 B
Python
9 lines
155 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
if not env["disable_gles3"]:
|
|
env.add_source_files(env.drivers_sources, "*.cpp")
|
|
|
|
SConscript("shaders/SCsub")
|