Commit 5854ffe7914b6dfb680e1acb8a040974146f74bc

Authored by Carlos Picanco
1 parent c6c367fa
Exists in master

add delphizmq and libzmq submodules

.gitmodules 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +[submodule "dependencies/delphizmq"]
  2 + path = dependencies/delphizmq
  3 + url = git@github.com:cpicanco/delphizmq.git
  4 +[submodule "dependencies/libzmq"]
  5 + path = dependencies/libzmq
  6 + url = git@github.com:cpicanco/libzmq.git
... ...
dependencies/delphizmq 0 → 160000
... ... @@ -0,0 +1 @@
  1 +Subproject commit 4f72c4989a46e294d2275b4a9262220f2af2c12f
... ...
dependencies/libzmq 0 → 160000
... ... @@ -0,0 +1 @@
  1 +Subproject commit d5e4b91f34401d948e0b9b8e277a012dde84fd10
... ...