Searched full:target_name (Results 1 – 3 of 3) sorted by relevance
18 generate_unique_target_name_from_filename(${FILEPATH} TARGET_NAME)19 add_custom_target(${TARGET_NAME} DEPENDS21 add_dependencies(app ${TARGET_NAME})
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>
2637 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 …]