From 3a9dd660e8d286ed4b1d2b63759ad1c65bc2ccca Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 8 Jan 2019 11:21:04 -0500 Subject: Add Pavel's utility library. --- .gitmodules | 3 +++ source/core/lib | 1 + 2 files changed, 4 insertions(+) create mode 160000 source/core/lib diff --git a/.gitmodules b/.gitmodules index aaab9b4..246be85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "source/core/platform/common"] path = source/core/platform/common url = https://git.cryptech.is/core/platform/common.git +[submodule "source/core/lib"] + path = source/core/lib + url = https://git.cryptech.is/core/lib.git diff --git a/source/core/lib b/source/core/lib new file mode 160000 index 0000000..fbcbd42 --- /dev/null +++ b/source/core/lib @@ -0,0 +1 @@ +Subproject commit fbcbd4218e2711da279d8097620a5b26637bf45b -- cgit v1.2.3