mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 17:46:11 +00:00
8 lines
153 B
Python
8 lines
153 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
Import('env_modules')
|
|
|
|
env_jsonrpc = env_modules.Clone()
|
|
env_jsonrpc.add_source_files(env.modules_sources, "*.cpp")
|