Fixed subdirs not being included in external projects.
This commit is contained in:
parent
585f370d43
commit
c42a9538ff
@ -17,8 +17,8 @@ group "external"
|
||||
}
|
||||
files
|
||||
{
|
||||
base_dir .. "*.h",
|
||||
base_dir .. "*.c"
|
||||
base_dir .. "**.h",
|
||||
base_dir .. "**.c"
|
||||
}
|
||||
excludes
|
||||
{
|
||||
|
@ -13,8 +13,8 @@ group "external"
|
||||
}
|
||||
files
|
||||
{
|
||||
base_dir .. "*.h",
|
||||
base_dir .. "*.cpp"
|
||||
base_dir .. "**.h",
|
||||
base_dir .. "**.cpp"
|
||||
}
|
||||
project "*"
|
||||
group ""
|
||||
|
@ -13,8 +13,8 @@ group "external"
|
||||
}
|
||||
files
|
||||
{
|
||||
base_dir .. "*.h",
|
||||
base_dir .. "*.cc"
|
||||
base_dir .. "**.h",
|
||||
base_dir .. "**.cc"
|
||||
}
|
||||
project "*"
|
||||
group ""
|
||||
|
@ -15,8 +15,8 @@ group "external"
|
||||
}
|
||||
files
|
||||
{
|
||||
base_dir .. "*.h",
|
||||
base_dir .. "*.cpp"
|
||||
base_dir .. "**.h",
|
||||
base_dir .. "**.cpp"
|
||||
}
|
||||
links
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user