mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
|