mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import('env')
|
||
|
|
||
|
env.add_source_files(env.core_sources, "*.cpp")
|
||
|
|
||
|
Export('env')
|