Solving a few warnings

This commit is contained in:
2022-11-05 17:17:08 +01:00
parent 7343300dcb
commit 02e14aa8fa
7 changed files with 19 additions and 11 deletions

View File

@ -38,6 +38,6 @@ libdirs {
}
files {
"./src/*.h",
"./src/*.cpp"
"./src/**.h",
"./src/**.cpp"
}