[+] Include: add ipp extension support
This commit is contained in:
parent
9e93956215
commit
f15f6098a6
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user