summaryrefslogtreecommitdiff
path: root/drivers/wasapi/SCsub
blob: 233593b0f91b123e569a431bca7ba1b258b38549 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

Import('env')

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

Export('env')