Added YAML_CPP_STATIC_DEFINE define to premake build script

This commit is contained in:
Nathan Chitnis 2024-03-12 17:53:13 -04:00 committed by GitHub
parent 9f9a9e490c
commit 43006c84b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,11 @@ project "yaml-cpp"
"include"
}
defines
{
"YAML_CPP_STATIC_DEFINE"
}
filter "system:windows"
systemversion "latest"
cppdialect "C++17"