[*] Process impInclude in actions

This commit is contained in:
Reece Wilson 2021-07-03 11:02:32 +01:00
parent 4b9da8f776
commit 8059031835

View File

@ -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)