diff options
author | Patrick Simianer <p@simianer.de> | 2015-03-04 17:50:46 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-03-04 17:50:46 +0100 |
commit | 717bead50c8b209dac3f6ac8cb2c081613850d26 (patch) | |
tree | 286b7a073670df59c55d2f9745678ac4c179c513 /.gitmodules | |
parent | c0ece722bd7775af14c7f2ec18dcd1fd138607cb (diff) |
nanomsg examples
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c0151b1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nanomsg/cppnanomsg"] + path = nanomsg/cppnanomsg + url = https://github.com/nanomsg/cppnanomsg.git |