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

8
third_party/cpptoml.lua vendored Normal file
View file

@ -0,0 +1,8 @@
group("third_party")
project("cpptoml")
uuid("1e86cc51-3f8b-476d-9249-3b200424846b")
kind("Utility")
language("C++")
files({
"cpptoml/include/cpptoml.h",
})