aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-06 16:51:23 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-06 16:51:23 +0200
commit974f9c374237292b8ca7513b37afe14eec07dfab (patch)
tree57448c829b94d3f7a1ca305b02e58e7fa90e772a /.gitmodules
parentinitial commit (diff)
downloadpygensvm-974f9c374237292b8ca7513b37afe14eec07dfab.tar.gz
pygensvm-974f9c374237292b8ca7513b37afe14eec07dfab.zip
add c library as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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