diff options
| author | Jonathan Goyvaerts <jonathan.goyvaerts@gmail.com> | 2018-11-25 16:39:14 +0100 |
|---|---|---|
| committer | Jonathan Goyvaerts <jonathan.goyvaerts@gmail.com> | 2019-08-03 02:20:33 +0200 |
| commit | 08bdf5abe6c473b6573708f3c11d08dbd8553948 (patch) | |
| tree | 69d10619a6d357cf479692cc5f9c4059d56f9ea0 /third_party/cpptoml.lua | |
| parent | 3bcd1fb744952c2f7d241816f4ead87e81814597 (diff) | |
Add cpptoml third_party dependency
Diffstat (limited to 'third_party/cpptoml.lua')
| -rw-r--r-- | third_party/cpptoml.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/cpptoml.lua b/third_party/cpptoml.lua new file mode 100644 index 000000000..fa6c59059 --- /dev/null +++ b/third_party/cpptoml.lua @@ -0,0 +1,8 @@ +group("third_party") +project("cpptoml") + uuid("1e86cc51-3f8b-476d-9249-3b200424846b") + kind("Utility") + language("C++") + files({ + "cpptoml/include/cpptoml.h", + }) |
