aboutsummaryrefslogtreecommitdiff
path: root/experimental/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/premake5.lua')
-rw-r--r--experimental/premake5.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/experimental/premake5.lua b/experimental/premake5.lua
index 4a94af9..29511e1 100644
--- a/experimental/premake5.lua
+++ b/experimental/premake5.lua
@@ -27,12 +27,11 @@ solution "objview"
kind "ConsoleApp"
language "C++"
- files { "viewer.cc", "trackball.cc", "ltalloc.cc" }
+ files { "viewer.cc", "trackball.cc" }
includedirs { "./" }
includedirs { "../../" }
flags { "c++11" }
- --buildoptions { "-std=c++11" }
if _OPTIONS['clang'] then
toolset "clang"