mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-23 17:38:20 +01:00
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"register_types.cpp")
|
|
|
|
if env["tools"]:
|
|
env.add_source_files(env.modules_sources, "skeleton_editor_plugin.cpp")
|
|
env.add_source_files(env.modules_sources, "spatial_editor_gizmos.cpp")
|
|
env.add_source_files(env.modules_sources, "skeleton_editor_module_plugin.cpp")
|
|
|