mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import('env')
|
||
|
Import('env_modules')
|
||
|
|
||
|
env_jsonrpc = env_modules.Clone()
|
||
|
env_jsonrpc.add_source_files(env.modules_sources, "*.cpp")
|