remove aps from premake

This commit is contained in:
Sergeanur 2020-05-11 15:08:19 +03:00
parent 18b6905f24
commit 85c44715ea
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ project "librw"
end
local function addSrcFiles( prefix )
return prefix .. "/*cpp", prefix .. "/*.h", prefix .. "/*.c", prefix .. "/*.ico", prefix .. "/*.aps", prefix .. "/*.rc"
return prefix .. "/*cpp", prefix .. "/*.h", prefix .. "/*.c", prefix .. "/*.ico", prefix .. "/*.rc"
end
project "re3"