mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 22:27:25 +00:00
Adding yaml-cpp for #428, use rando fork until jbeder/yaml-cpp#342 lands.
This commit is contained in:
parent
171a10ab9b
commit
8770e6e6cf
8 changed files with 27 additions and 1 deletions
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue