pandemonium_engine/editor_modules/lightmapper_cpu/SCsub

10 lines
267 B
Plaintext
Raw Permalink Normal View History

2024-07-15 21:54:47 +02:00
#!/usr/bin/env python
Import("env")
Import("env_modules")
env_lightmapper_rd = env_modules.Clone()
# Godot source files
env_lightmapper_rd.Prepend(CPPPATH=["#editor_modules/raycast/embree/include"])
env_lightmapper_rd.add_source_files(env.modules_sources, "*.cpp")