Skip to content

Commit

Permalink
conform shared folder filters
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Aug 1, 2016
1 parent 440712f commit 93d564b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Client/mods/deathmatch/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ project "Client Deathmatch"
"../../../vendor/bass/lib/tags"
}

vpaths {
["Headers/**"] = {"../**.h", "../../../Shared**.h"},
["Sources/*"] = {"../**.cpp", "../**.c", "../../../Shared/**.cpp"},
vpaths {
["Headers/*"] = {"**.h", "../../../**.h"},
["Sources/*"] = {"**.cpp", "../../../**.cpp"},
["*"] = "premake5.lua"
}

Expand Down
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project "Deathmatch"
}


vpaths {
vpaths {
["Headers/*"] = {"**.h", "../../../**.h"},
["Sources/*"] = {"**.cpp", "../../../**.cpp"},
["*"] = "premake5.lua"
Expand Down

0 comments on commit 93d564b

Please sign in to comment.