mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
added sha1 and bcrypt submodules
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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
1
third_party/bcrypt
vendored
Submodule
Submodule third_party/bcrypt added at 180cd33726
1
third_party/sha1
vendored
Submodule
1
third_party/sha1
vendored
Submodule
Submodule third_party/sha1 added at 68a0990352
Reference in New Issue
Block a user