Lines Matching full:target
18 # add_panda_assembly(TARGET <name> SOURCE <source> INDIR <input directory> OUTDIR <output directo…
20 # Adds a panda assembly target called <name> to be build from <source> file
25 set(singleValues TARGET SOURCE INDIR OUTDIR TARGETNAME)
33 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
58 if (TARGET ARG_TARGET)
59 message(FATAL_ERROR "Target ${ARG_TARGET} is already defined.")
93 # TARGET <target>
110 # Adds a target <target> which assembles the assembly file <source>
120 # Full path to directory with artifacts: ${CMAKE_CURRENT_BINARY_DIR}/<subdir>/<target>
133 # Creates additional independent target `${TARGET}-stats`.
134 # `stats`-target dumps AOT compiler statistics in `${COMPILER_STATS_DIR}/${TARGET}.csv`
164 …set(singleValues FILE ENTRY TARGET SUBDIR OUTPUT_FILE_VARIABLE ERROR_FILE_VARIABLE SKIP_BUILD AOT_…
177 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
180 if (TARGET ARG_TARGET)
181 message(FATAL_ERROR "Target ${ARG_TARGET} is already defined.")
365 # TARGET <target>
376 # Adds a target <target> which assembles the assembly file <source>
383 # Full path to directory with artifacts: ${CMAKE_CURRENT_BINARY_DIR}/<subdir>/<target>
416 TARGET
434 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
437 if (TARGET ARG_TARGET)
438 message(FATAL_ERROR "Target ${ARG_TARGET} is already defined.")