mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:03:02 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.editor_sources, "*.cpp")
|
|
env.add_source_files(env.editor_sources, "3d/*.cpp")
|