mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 07:03:33 +00:00
Add cpptoml third_party dependency
This commit is contained in:
parent
3bcd1fb744
commit
08bdf5abe6
4 changed files with 13 additions and 0 deletions
8
third_party/cpptoml.lua
vendored
Normal file
8
third_party/cpptoml.lua
vendored
Normal 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",
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue