mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +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")
|
|
|