premake: use *.cpp insteadl of **.cpp
This commit is contained in:
@@ -11,11 +11,21 @@ end
|
||||
|
||||
defines { "GWEN_COMPILE_STATIC" , "_HAS_EXCEPTIONS=0", "_STATIC_CPPLIB" }
|
||||
defines { "DONT_USE_GLUT"}
|
||||
targetdir "../../lib"
|
||||
includedirs {
|
||||
".",".."
|
||||
}
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
"*.cpp",
|
||||
"*.h",
|
||||
"Controls/*.cpp",
|
||||
"Controls/*.h",
|
||||
"Controls/Dialog/*.cpp",
|
||||
"Controls/Dialogs/*.h",
|
||||
"Controls/Layout/*.h",
|
||||
"Controls/Property/*.h",
|
||||
"Input/*.h",
|
||||
"Platforms/*.cpp",
|
||||
"Renderers/*.cpp",
|
||||
"Skins/*.cpp",
|
||||
"Skins/*.h"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user