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`" }