updated premake

This commit is contained in:
JHeflinger 2023-04-07 13:57:49 -04:00
parent cb288c692e
commit e17e285297

View File

@ -26,13 +26,13 @@ project "yaml-cpp"
filter "system:windows"
systemversion "latest"
cppdialect "C++17"
staticruntime "on"
staticruntime "off"
filter "system:linux"
pic "On"
systemversion "latest"
cppdialect "C++17"
staticruntime "on"
staticruntime "off"
filter "configurations:Debug"
runtime "Debug"