mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 22:01:19 +00:00
9 lines
102 B
Python
9 lines
102 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.core_sources, "*.cpp")
|
|
|
|
Export('env')
|
|
|