From 890dbb5453a5a8d5902915bfc985f34751ee7252 Mon Sep 17 00:00:00 2001 From: Jarkko Sakkinen Date: Tue, 15 Jan 2019 18:00:14 +0200 Subject: [PATCH] Removed non-existent bitmaps/ directory from files {} In plugincommon() files {} lists bitmaps/ that does not exist. This commit removes the line. Signed-off-by: Jarkko Sakkinen --- premake5.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 47783cab479..420b8e485fc 100644 --- a/premake5.lua +++ b/premake5.lua @@ -136,7 +136,6 @@ function plugincommon() files { "src/common/**.cpp", "src/common/**.h", - "bitmaps/**.png", "libs/xml/tinyxml.cpp", "libs/xml/tinyxmlerror.cpp", "libs/xml/tinyxmlparser.cpp",