summaryrefslogtreecommitdiff
path: root/core/SCsub
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-07-11 15:21:47 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-08-19 16:31:05 +0200
commitc19871af6d6ae7faef0d4052b3a27e59814abcf1 (patch)
tree77aebd2b3ff1e80da0f745c03fbcdece41c3f024 /core/SCsub
parent5cb41faece5969314ed69e0292d0a51f0425c53a (diff)
Move CryptoCore to it's own folder.
Crypto classes will be placed in core/crypto.
Diffstat (limited to 'core/SCsub')
-rw-r--r--core/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/SCsub b/core/SCsub
index 85e5f1b089..ed9a0a231d 100644
--- a/core/SCsub
+++ b/core/SCsub
@@ -159,6 +159,7 @@ env.CommandNoCache('#core/license.gen.h', ["../COPYRIGHT.txt", "../LICENSE.txt"]
# Chain load SCsubs
SConscript('os/SCsub')
SConscript('math/SCsub')
+SConscript('crypto/SCsub')
SConscript('io/SCsub')
SConscript('bind/SCsub')