mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
import os
|
|
|
|
Import('env')
|
|
|
|
module_env = env.Clone()
|
|
|
|
module_env.add_source_files(env.modules_sources,"register_types.cpp")
|
|
module_env.add_source_files(env.modules_sources,"vertex_light_data_3d.cpp")
|