godot/modules/visual_script/SCsub

6 lines
80 B
Plaintext

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