Adding yaml-cpp for #428, use rando fork until jbeder/yaml-cpp#342 lands.
This commit is contained in:
17
third_party/yaml-cpp.lua
vendored
Normal file
17
third_party/yaml-cpp.lua
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
group("third_party")
|
||||
project("yaml-cpp")
|
||||
uuid("47bfe853-a3f8-4902-921d-d564608ff355")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
|
||||
defines({
|
||||
"_LIB",
|
||||
})
|
||||
includedirs({
|
||||
"yaml-cpp/include/",
|
||||
})
|
||||
recursive_platform_files("yaml-cpp/include/yaml-cpp")
|
||||
recursive_platform_files("yaml-cpp/src")
|
||||
|
||||
filter("platforms:Windows")
|
||||
warnings("Off") -- Too many warnings.
|
||||
Reference in New Issue
Block a user