Files
engine/drivers/wasapi/SCsub
T

7 lines
111 B
Python
Raw Normal View History

2017-08-27 14:01:34 -03:00
#!/usr/bin/env python
Import("env")
2017-08-27 14:01:34 -03:00
# Driver source files
env.add_source_files(env.drivers_sources, "*.cpp")