mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env_string = env.Clone()
|
||
|
|
||
|
env_string.add_source_files(env.core_sources, "*.cpp")
|