mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-20 19:06:53 +01:00
9 lines
248 B
Plaintext
9 lines
248 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")
|
|
|