godot/drivers/windows/SCsub

6 lines
81 B
Plaintext

Import('env')
env.add_source_files(env.drivers_sources, "*.cpp")
Export('env')