Restructured external includes

This commit is contained in:
Jordan Cristiano 2015-06-14 22:58:23 -04:00
parent 7cc79178e7
commit b2f3469b16
4 changed files with 3 additions and 3 deletions

View File

@ -22,12 +22,12 @@ solution "demboyz"
{
"../demboyz/**.h",
"../demboyz/**.cpp",
"../external/sourcesdk/*.h",
"../external/sourcesdk/*.cpp"
"../external/**.h",
"../external/**.cpp"
}
includedirs
{
"../external",
"../external/sourcesdk/include",
"../demboyz"
}