diff --git a/premake5.lua b/premake5.lua index f35d17e..c7c7bfa 100644 --- a/premake5.lua +++ b/premake5.lua @@ -116,7 +116,7 @@ workspace "imnodes" location(projectlocation) kind "StaticLib" language "C++" - cppdialect "C++98" + cppdialect "C++11" targetdir "lib/%{cfg.buildcfg}" files { path.join(imguilocation, "**.cpp") } includedirs {