Added support for linux

docking
lovely_santa 6 years ago committed by GitHub
parent cf5a93ac37
commit b58dfec1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,5 +24,16 @@ project "ImGui"
cppdialect "C++17"
staticruntime "On"
filter { "system:windows", "configurations:Release" }
buildoptions "/MT"
filter "system:linux"
pic "On"
systemversion "latest"
cppdialect "C++17"
staticruntime "On"
filter "configurations:Debug"
runtime "Debug"
symbols "on"
filter "configurations:Release"
runtime "Release"
optimize "on"

Loading…
Cancel
Save