diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2017-03-02 10:42:05 +0100 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2017-03-02 10:42:05 +0100 |
commit | 1e867cb9d439f1e989f44730b936e2a00e213100 (patch) | |
tree | 3ed65df8168e3e7bfde963fd31d255f040f67ce8 /core/SCsub | |
parent | a1cbe8e22bec516b138436d06282046466e89c79 (diff) |
Implement single-field property change for multinode edit
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/SCsub b/core/SCsub index a9721a1052..77c8288846 100644 --- a/core/SCsub +++ b/core/SCsub @@ -61,6 +61,7 @@ SConscript('os/SCsub') SConscript('math/SCsub') SConscript('io/SCsub') SConscript('bind/SCsub') +SConscript('helper/SCsub') lib = env.Library("core", env.core_sources) |