added sha1 and bcrypt submodules

This commit is contained in:
Pliable Pixels
2019-05-01 13:08:52 -04:00
parent ed02ef39f1
commit a5de45419f
4 changed files with 9 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -5,3 +5,9 @@
[submodule "web/api/app/Plugin/CakePHP-Enum-Behavior"]
path = web/api/app/Plugin/CakePHP-Enum-Behavior
url = https://github.com/ZoneMinder/CakePHP-Enum-Behavior.git
[submodule "third_party/bcrypt"]
path = third_party/bcrypt
url = https://github.com/trusch/libbcrypt
[submodule "third_party/sha1"]
path = third_party/sha1
url = https://github.com/vog/sha1

View File

@@ -870,6 +870,7 @@ include(Pod2Man)
ADD_MANPAGE_TARGET()
# Process subdirectories
add_subdirectory(third_party/bcrypt)
add_subdirectory(src)
add_subdirectory(scripts)
add_subdirectory(db)

1
third_party/bcrypt vendored Submodule

Submodule third_party/bcrypt added at 180cd33726

1
third_party/sha1 vendored Submodule

Submodule third_party/sha1 added at 68a0990352