feat(rcf): append zmq as a module to be platform independent

This commit is contained in:
Swann Martinez 2019-03-14 15:49:36 +01:00
parent a3a9156fd0
commit a6d6bb5f31
No known key found for this signature in database
GPG Key ID: 414CCAFD8DA720E1
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "libs/esper"] [submodule "libs/esper"]
path = libs/esper path = libs/esper
url = https://github.com/benmoran56/esper.git url = https://github.com/benmoran56/esper.git
[submodule "libs/pyzmq"]
path = libs/pyzmq
url = https://github.com/zeromq/pyzmq.git

1
libs/pyzmq Submodule

@ -0,0 +1 @@
Subproject commit 0b60394bffe5ea4b88ac901f8a32e4e483ef29f5