Add cpptoml third_party dependency

This commit is contained in:
Jonathan Goyvaerts 2018-11-25 16:39:14 +01:00
parent 3bcd1fb744
commit 08bdf5abe6
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored
View file

@ -49,3 +49,6 @@
[submodule "third_party/capstone"]
path = third_party/capstone
url = https://github.com/xenia-project/capstone.git
[submodule "third_party/cpptoml"]
path = third_party/cpptoml
url = https://github.com/skystrife/cpptoml