diff --git a/premake4.lua b/premake5.lua similarity index 96% rename from premake4.lua rename to premake5.lua index a900262..123590e 100644 --- a/premake4.lua +++ b/premake5.lua @@ -17,7 +17,7 @@ solution "TinyGLTFSolution" kind "ConsoleApp" language "C++" files { sources } - flags { "c++11" } + flags { "C++11" } configuration "Debug" defines { "DEBUG" } -- -DDEBUG