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 files
{ {
base_dir .. "*.h", base_dir .. "**.h",
base_dir .. "*.c" base_dir .. "**.c"
} }
excludes excludes
{ {

View File

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

View File

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

View File

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