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