runtime: move hash functions to newly created subproject

to reuse in compiler
This commit is contained in:
Svyatoslav Scherbina
2016-10-13 17:19:19 +03:00
parent 2f004edff7
commit f30c840d1c
7 changed files with 20 additions and 0 deletions
+1
View File
@@ -4,3 +4,4 @@ include ':Interop:Runtime'
include ':InteropExample'
include ':backend.native'
include ':runtime'
include ':common'