mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 13:49:54 +03:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"*.cpp")
|
|
|
|
Export('env')
|