mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-28 22:57:15 +01:00
8 lines
173 B
Plaintext
8 lines
173 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")
|
|
|