Add cpptoml third_party dependency
This commit is contained in:
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",
|
||||
})
|
||||
Reference in New Issue
Block a user