modified premake

This commit is contained in:
Jason 2023-04-03 00:30:11 -04:00
parent c654fa6c03
commit cb288c692e

View File

@ -9,7 +9,7 @@ project "yaml-cpp"
{
"src/**.h",
"src/**.cpp",
"include/**.cpp",
"include/**.h"
}
@ -26,13 +26,13 @@ project "yaml-cpp"
filter "system:windows"
systemversion "latest"
cppdialect "C++17"
staticruntime "off"
staticruntime "on"
filter "system:linux"
pic "On"
systemversion "latest"
cppdialect "C++17"
staticruntime "off"
staticruntime "on"
filter "configurations:Debug"
runtime "Debug"