mirror of
https://github.com/godotengine/godot
synced 2024-11-02 15:10:04 +00:00
8 lines
102 B
Python
8 lines
102 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.core_sources, "*.cpp")
|
|
|
|
Export('env')
|
|
|