[*] Process impInclude in actions
This commit is contained in:
parent
4b9da8f776
commit
8059031835
@ -348,7 +348,6 @@ function JsonProcessor(info)
|
||||
removefiles(excludes)
|
||||
end
|
||||
|
||||
|
||||
local handleSources = function(source, path)
|
||||
--files(path .. "/" .. source)
|
||||
files(source)
|
||||
@ -381,6 +380,7 @@ function JsonProcessor(info)
|
||||
if (usingClang) then
|
||||
forEach(object.clangIgnore, disablewarnings)
|
||||
end
|
||||
forEach(object.impInclude, handleUserJsonInclude, info.path, true)
|
||||
end
|
||||
|
||||
function handleEval(object)
|
||||
@ -405,7 +405,6 @@ function JsonProcessor(info)
|
||||
|
||||
if (not isUtility) then
|
||||
processJsonBlock(result)
|
||||
forEach(result.impInclude, handleUserJsonInclude, info.path, true)
|
||||
|
||||
if (a.info.projectType:lower() == "sharedlib") then
|
||||
forEach(result.dllexport, defines)
|
||||
|
Loading…
Reference in New Issue
Block a user