[+] Include: add ipp extension support

This commit is contained in:
Reece Wilson 2022-05-07 21:19:04 +01:00
parent 9e93956215
commit f15f6098a6
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ local function _includeDirectoryEx(path, incFiles)
files(path .. "/**.h")
files(path .. "/**.hpp")
files(path .. "/**.inl")
files(path .. "/**.ipp")
end
local function auBlockProjectKeyDefines(processor, value)

View File

@ -379,6 +379,7 @@ local function setupProject(prj)
files(path .. "/**.h")
files(path .. "/**.hpp")
files(path .. "/**.inl")
files(path .. "/**.ipp")
end)
-- add sources, if available