Lines Matching refs:dep
14 foreach(dep IN LISTS ARGN)
15 get_target_property(dep_type ${dep} "TARGET_TYPE")
21 get_target_property(dep_object_files ${dep} "OBJECT_FILES")
27 get_target_property(indirect_deps ${dep} "DEPS")
30 endforeach(dep)
93 foreach(dep IN LISTS fq_deps_list)
94 get_target_property(dep_type ${dep} "TARGET_TYPE")
96 message(FATAL_ERROR "Dependency '${dep}' of 'add_entrypoint_collection' is "
99 get_entrypoint_object_file(${dep} objfile)
101 endforeach(dep)
128 foreach(dep IN LISTS REDIRECTOR_LIBRARY_DEPENDS)
129 # TODO: Ensure that each dep is actually a add_redirector_object target.
130 list(APPEND obj_files $<TARGET_OBJECTS:${dep}>)
131 endforeach(dep)