diff options
| author | Jonathan Goyvaerts <jonathan.goyvaerts@gmail.com> | 2019-04-16 18:36:30 +0200 |
|---|---|---|
| committer | Jonathan Goyvaerts <jonathan.goyvaerts@gmail.com> | 2019-08-03 02:21:29 +0200 |
| commit | 950e53779cdc3d4a9d023a4c61aac7094dd5194b (patch) | |
| tree | c11023c173b75bf1e687d496b5fa9c43bde33d48 /.gitmodules | |
| parent | 08bdf5abe6c473b6573708f3c11d08dbd8553948 (diff) | |
Add cxxopts third party dependency
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3163a1ba2..8d0922e5c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "third_party/cpptoml"] path = third_party/cpptoml url = https://github.com/skystrife/cpptoml +[submodule "third_party/cxxopts"] + path = third_party/cxxopts + url = https://github.com/jarro2783/cxxopts |
