godot/modules/jsonrpc/SCsub

8 lines
153 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import('env')
Import('env_modules')
env_jsonrpc = env_modules.Clone()
env_jsonrpc.add_source_files(env.modules_sources, "*.cpp")