Automatically add .inl files to the workspace.

This was SVN commit r4178.
This commit is contained in:
Matei 2006-07-28 17:26:54 +00:00
parent dbe4451da2
commit efb9c3d7dd

View File

@ -6,6 +6,7 @@ function sourcesfromdirs(root, dirs)
local files = matchfiles(
prefix.."*.cpp",
prefix.."*.h",
prefix.."*.inl",
prefix.."*.asm")
listconcat(res, files)
end