Move CryptoCore to it's own folder.

Crypto classes will be placed in core/crypto.
This commit is contained in:
Fabio Alessandrelli
2019-07-11 15:21:47 +02:00
parent 5cb41faece
commit c19871af6d
13 changed files with 11 additions and 41 deletions

View File

@ -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')