Home
last modified time | relevance | path

Searched full:target_name (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/net/socket/udp/
DCMakeLists.txt18 generate_unique_target_name_from_filename(${FILEPATH} TARGET_NAME)
19 add_custom_target(${TARGET_NAME} DEPENDS
21 add_dependencies(app ${TARGET_NAME})
/Zephyr-latest/doc/services/llext/
Dbuild.rst42 <target_name>
49 - ``<target_name>`` is the name of the final CMake target that will result in
59 The following custom properties of ``<target_name>`` are defined and can be
105 TARGET <target_name>
/Zephyr-latest/cmake/modules/
Dextensions.cmake2637 function(generate_unique_target_name_from_filename filename target_name)
2644 set(${target_name} gen_${x}_${unique_chars} PARENT_SCOPE)
5545 function(llext_compile_definitions target_name)
5546 target_compile_definitions(${target_name}_llext_lib PRIVATE ${ARGN})
5549 function(llext_compile_features target_name)
5550 target_compile_features(${target_name}_llext_lib PRIVATE ${ARGN})
5553 function(llext_compile_options target_name)
5554 target_compile_options(${target_name}_llext_lib PRIVATE ${ARGN})
5557 function(llext_include_directories target_name)
5558 target_include_directories(${target_name}_llext_lib PRIVATE ${ARGN})
[all …]