premake: use *.cpp insteadl of **.cpp

This commit is contained in:
Erwin Coumans
2014-09-05 11:22:25 -07:00
parent 61808844de
commit a26f9c1871
8 changed files with 45 additions and 31 deletions

View File

@@ -17,8 +17,11 @@
--}
files {
"**.cpp",
"**.h",
"*.cpp",
"*.h",
"OpenGLWindow/*.c",
"OpenGLWindow/*.h",
"OpenGLWindow/GL/*.h"
}
if not os.is("Windows") then