Fixed subdirs not being included in external projects.

This commit is contained in:
Jordan Cristiano 2018-02-12 22:29:11 -05:00
parent 585f370d43
commit c42a9538ff
4 changed files with 8 additions and 8 deletions

View File

@ -17,8 +17,8 @@ group "external"
}
files
{
base_dir .. "*.h",
base_dir .. "*.c"
base_dir .. "**.h",
base_dir .. "**.c"
}
excludes
{

View File

@ -13,8 +13,8 @@ group "external"
}
files
{
base_dir .. "*.h",
base_dir .. "*.cpp"
base_dir .. "**.h",
base_dir .. "**.cpp"
}
project "*"
group ""

View File

@ -13,8 +13,8 @@ group "external"
}
files
{
base_dir .. "*.h",
base_dir .. "*.cc"
base_dir .. "**.h",
base_dir .. "**.cc"
}
project "*"
group ""

View File

@ -15,8 +15,8 @@ group "external"
}
files
{
base_dir .. "*.h",
base_dir .. "*.cpp"
base_dir .. "**.h",
base_dir .. "**.cpp"
}
links
{