9 lines
188 B
Text
9 lines
188 B
Text
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
Import("env_modules")
|
||
|
|
||
|
env_lightmapper_rd = env_modules.Clone()
|
||
|
# Godot source files
|
||
|
env_lightmapper_rd.add_source_files(env.modules_sources, "*.cpp")
|