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