Skip to content

Commit

Permalink
added sha1 and bcrypt submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed May 1, 2019
1 parent ed02ef3 commit a5de454
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions third_party/bcrypt
Submodule bcrypt added at 180cd3
1 change: 1 addition & 0 deletions third_party/sha1
Submodule sha1 added at 68a099

0 comments on commit a5de454

Please sign in to comment.