From 0501a466125c397414d3cef3162cced08992c210 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sat, 2 Dec 2017 21:18:59 +0900 Subject: [PATCH] Use C++11 flag. --- examples/glview/premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/glview/premake4.lua b/examples/glview/premake4.lua index 51b4a73..b43be97 100644 --- a/examples/glview/premake4.lua +++ b/examples/glview/premake4.lua @@ -10,6 +10,7 @@ solution "glview" files { "glview.cc", "trackball.cc" } includedirs { "./" } includedirs { "../../" } + flags "c++11" configuration { "linux" } linkoptions { "`pkg-config --libs glfw3`" }