Fix building project

This commit is contained in:
6arelyFuture 2021-11-14 11:22:24 +00:00
parent 2a71659623
commit b9f313af7a
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -74,7 +74,7 @@ project "mw3-server-freezer"
pchheader "stdinc.hpp"
pchsource "src/stdinc.cpp"
files { "/src/**.hpp", "/src/**.cpp" }
files { "./src/**.hpp", "./src/**.cpp" }
includedirs { "src" }