Lines Matching refs:command

85 # https://cmake.org/cmake/help/latest/command/target_sources.html
95 # https://cmake.org/cmake/help/latest/command/target_include_directories.html
100 # https://cmake.org/cmake/help/latest/command/target_include_directories.html
105 # https://cmake.org/cmake/help/latest/command/target_compile_definitions.html
110 # https://cmake.org/cmake/help/latest/command/target_compile_options.html
129 # https://cmake.org/cmake/help/latest/command/target_link_libraries.html
533 # on the command line. So to ensure that zephyr_library_* flags are
534 # placed late on the command line we create a dummy interface
538 # the command line than the flags from zephyr_interface because
815 # The build system will then ensure the command line used to
873 # can provide variables in this way from the CMake command line.
911 # can provide variables in this way from the CMake command line.
945 # command line, which means:
962 # on the command line.
1023 # We allow loose <board>@<revision> typing on command line.
2961 # for running command line tool in a subprocess for identical functionality.
3430 # E.g. always specifies -D<variable>= on the command line,
3498 message(FATAL_ERROR "${variable} is not being defined on the CMake command-line,"
3627 COMMENT "Logical command for additional byproducts on target: ${TB_TARGET}"
4536 # symbol __DTS__ will be defined. If the preprocessor command fails, a
5654 # a "-shared" flag to the linker command line which does firmly
5733 # This command must be executed as last step of the packaging process,
5779 # COMMAND <command> [...]
5782 # Add a custom command to an llext target that will be executed during
5783 # the build. The command will be executed at the specified build step and
5820 # Determine the build step and the target to attach the command to
5824 # - execute user command(s) before the lib target's link step.
5830 # - execute user command(s) after the (now empty) `llext_proc_target`.
5836 # - execute user command(s) after the main target is done.
5849 # Add the actual command(s) to the target
5912 # This silence the error: 'add_custom_target command is not scriptable'
5916 # This silence the error: 'set_target_properties command is not scriptable'
5924 # This silence the error: 'Unknown CMake command "yaml_context"'