mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.core_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
|