mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env_variant = env.Clone()
|
||
|
|
||
|
env_variant.add_source_files(env.core_sources, "*.cpp")
|