diff --git a/premake/demboyz.lua b/premake/demboyz.lua index b5c23ef..4580361 100644 --- a/premake/demboyz.lua +++ b/premake/demboyz.lua @@ -12,6 +12,11 @@ solution "demboyz" ["Source Files"] = { "../**.cpp" } } + -- GCC specific build options. + configuration "gmake" + -- Enables C++11 support. + buildoptions { "-std=c++0x" } + project "demboyz" kind "ConsoleApp" language "C++"