Searched refs:target_name (Results 1 – 2 of 2) sorted by relevance
42 <target_name>49 - ``<target_name>`` is the name of the final CMake target that will result in59 The following custom properties of ``<target_name>`` are defined and can be105 TARGET <target_name>
2633 function(generate_unique_target_name_from_filename filename target_name)2640 set(${target_name} gen_${x}_${unique_chars} PARENT_SCOPE)5553 function(llext_compile_definitions target_name)5554 target_compile_definitions(${target_name}_llext_lib PRIVATE ${ARGN})5557 function(llext_compile_features target_name)5558 target_compile_features(${target_name}_llext_lib PRIVATE ${ARGN})5561 function(llext_compile_options target_name)5562 target_compile_options(${target_name}_llext_lib PRIVATE ${ARGN})5565 function(llext_include_directories target_name)5566 target_include_directories(${target_name}_llext_lib PRIVATE ${ARGN})[all …]