Lines Matching full:executable
8 # an executable created with `add_executable`. The module provides a `disassemble`
10 # the given function within an executable to standard output.
18 # EXECUTABLE executable:
19 # The name of an executable to disassemble. This must be the name of a valid
20 # executable that was created with `add_executable`. The disassembly target
21 # thus created will be made dependent on the executable, so that it is built
25 # The name of the function to disassemble in the executable.
32 "EXECUTABLE;FUNCTION" # 1 value args
37 message(FATAL_ERROR "The `EXECUTABLE` argument must be provided.")
40 message(FATAL_ERROR "The `EXECUTABLE` argument must be the name of a valid "
41 "executable created with `add_executable`.")