premake: use *.cpp insteadl of **.cpp
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
--}
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h",
|
||||
"*.cpp",
|
||||
"*.h",
|
||||
"OpenGLWindow/*.c",
|
||||
"OpenGLWindow/*.h",
|
||||
"OpenGLWindow/GL/*.h"
|
||||
}
|
||||
|
||||
if not os.is("Windows") then
|
||||
|
||||
Reference in New Issue
Block a user