Find and add include (header) files to model build information
findIncludeFiles(
searches for and adds include files to the build information.buildinfo
,extPatterns
)
Use the findIncludeFiles
function to:
Search for include files in source and include paths from the build information.
Apply the optional extPatterns
argument to
specify file name extension patterns for search.
Add the found files with their full paths to the build information.
Delete duplicate include file entries from the build information.
To ensure that
findIncludeFiles
finds header files, add their paths
to buildInfo
by using the
addIncludePaths
function.