mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
13 lines
347 B
Plaintext
13 lines
347 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,"plugin/mdr_import_plugin_base.cpp")
|
||
|
|
||
|
#if 'TOOLS_ENABLED' in env["CPPDEFINES"]:
|
||
|
# module_env.add_source_files(env.modules_sources,"plugin_gltf/editor_import_gltf_mdr.cpp")
|