diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-10-06 16:51:23 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-10-06 16:51:23 +0200 |
| commit | 974f9c374237292b8ca7513b37afe14eec07dfab (patch) | |
| tree | 57448c829b94d3f7a1ca305b02e58e7fa90e772a /.gitmodules | |
| parent | initial commit (diff) | |
| download | pygensvm-974f9c374237292b8ca7513b37afe14eec07dfab.tar.gz pygensvm-974f9c374237292b8ca7513b37afe14eec07dfab.zip | |
add c library as a submodule
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..130a83c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gensvm/src/gensvm"] + path = gensvm/src/gensvm + url = https://github.com/GjjvdBurg/GenSVM |
