godot/drivers/dummy/SCsub

6 lines
89 B
Plaintext
Raw Normal View History

2017-12-26 19:42:38 +01:00
#!/usr/bin/env python
Import('env')
env.add_source_files(env.drivers_sources, "*.cpp")