premake: use *.cpp insteadl of **.cpp
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
includedirs {".."}
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
"*.cpp",
|
||||
"*.h"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user