1
0
Fork 0
godot/modules/multiscript/SCsub

8 lines
82 B
Plaintext

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