ecbuild_filter_list¶
Filters a list for NOTFOUND entries and non existing TARGETS.
ecbuild_filter_list( [INCLUDES] [LIBS]
LIST <list>
[LIST_INCLUDE <output_list>]
[LIST_EXCLUDE <output_list>])
Options¶
- INCLUDES : optional
- Consider existing dirs as valid
- LIBS : optional
- Consider existing targets, files and compile flags as valid
- LIST : required
- a list
- LIST_INCLUDE : optional
- The output list with all valid entries of LIST
- LIST_EXCLUDE : optional
- The output list with all invalid entries of LIST