mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
Import('env')
|
||
|
|
||
|
module_env = env.Clone()
|
||
|
|
||
|
module_env.add_source_files(env.modules_sources,"*.cpp")
|
||
|
module_env.add_source_files(env.modules_sources,"lib/*.cpp")
|
||
|
|