mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-20 01:42:49 +00:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.core_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
|