multi-screen-projector/engine/drivers/alsamidi/SCsub
2025-03-13 08:40:48 +00:00

8 lines
150 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
# Driver source files
env.add_source_files(env.drivers_sources, "*.cpp")