mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 02:52:28 -05:00
7 lines
80 B
Text
7 lines
80 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
|