Lines Matching refs:targets
698 # dependency between the two targets
711 # targets
730 # from the build system. The Zephyr build system has targets for
2516 # C++ property targets used for toolchain abstraction.
2520 # compiler-cpp targets.
2544 # before setting the property on compiler or compiler-cpp targets.
3555 # zephyr_get_targets(<directory> <types> <targets>)
3557 # Get build targets for a given directory and sub-directories.
3564 # returns a list of targets in <targets> matching the required <types>.
3565 function(zephyr_get_targets directory types targets)
3571 list(APPEND ${targets} ${dir_target})
3576 zephyr_get_targets(${directory} "${types}" ${targets})
3578 set(${targets} ${${targets}} PARENT_SCOPE)
3640 # This function performs topological sorting of CMake targets using a specific
3647 # (possibly empty) of other targets, which this target depends on
5567 # The following functions add targets and subcommands to the build system
5696 # to be used to support POST_BUILD commands on targets that do not use a
5909 # For example custom targets, and thus features related to custom targets, such
5925 # llext functions creates or relies on custom CMake targets.