mirror of
https://github.com/Relintai/skeleton_editor.git
synced 2025-04-20 17:21:17 +02:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"register_types.cpp")
|
|
|
|
if env["tools"]:
|
|
env.add_source_files(env.modules_sources, "bskeleton_editor.cpp")
|