Added YAML_CPP_STATIC_DEFINE define to premake build script
This commit is contained in:
parent
9f9a9e490c
commit
43006c84b8
@ -18,6 +18,11 @@ project "yaml-cpp"
|
||||
"include"
|
||||
}
|
||||
|
||||
defines
|
||||
{
|
||||
"YAML_CPP_STATIC_DEFINE"
|
||||
}
|
||||
|
||||
filter "system:windows"
|
||||
systemversion "latest"
|
||||
cppdialect "C++17"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user