diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-10-07 15:09:37 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-10-07 15:09:37 -0400 |
| commit | a3056929ea8381884655a46f80b4c0e1fdb66341 (patch) | |
| tree | d107fc082e54ee255b03835657421cff43f7a59a /.gitmodules | |
| download | wizard-a3056929ea8381884655a46f80b4c0e1fdb66341.tar.gz wizard-a3056929ea8381884655a46f80b4c0e1fdb66341.tar.bz2 wizard-a3056929ea8381884655a46f80b4c0e1fdb66341.zip | |
Working prototype
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3647a90 --- /dev/null +++ b/.gitmodules | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [submodule "vendor/hkutil"] | ||
| 2 | path = vendor/hkutil | ||
| 3 | url = git@github.com:hatkirby/hkutil | ||
| 4 | [submodule "vendor/curlcpp"] | ||
| 5 | path = vendor/curlcpp | ||
| 6 | url = git@github.com:JosephP91/curlcpp | ||
