mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
7 lines
141 B
Python
7 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")
|