blob: 138e99a46921c947a9e9aa21ae5b42e404ab76ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
|