staticruntime off

docking
TheCherno 4 years ago
parent 60a35bfb25
commit 10ace70f96

@ -1,6 +1,7 @@
project "ImGui"
kind "StaticLib"
language "C++"
staticruntime "off"
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
@ -22,13 +23,11 @@ project "ImGui"
filter "system:windows"
systemversion "latest"
cppdialect "C++17"
staticruntime "On"
filter "system:linux"
pic "On"
systemversion "latest"
cppdialect "C++17"
staticruntime "On"
filter "configurations:Debug"
runtime "Debug"

Loading…
Cancel
Save