mirror of
https://github.com/godotengine/godot.git
synced 2026-02-09 04:09:02 +00:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.script_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
|