8bf3bc3449
(cherry picked from commit e6dc51a0f7
)
7 lines
148 B
Text
7 lines
148 B
Text
Import('env')
|
|
Import('env_modules')
|
|
|
|
env_chibi = env_modules.Clone()
|
|
|
|
# Godot source files
|
|
env_chibi.add_source_files(env.modules_sources, "*.cpp")
|