blob: 9a01beb6fc0e9e37a8bd635a2a5b9aef9b5500fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
CMAKE_OBJDUMP
-------------
Path to the ``objdump`` executable on the host system. This tool, typically
part of the Binutils collection on Unix-like systems, provides information
about compiled object files.
This cache variable may be populated by CMake when project languages are
enabled using the :command:`project` or :command:`enable_language` commands.
See Also
^^^^^^^^
* The :command:`file(GET_RUNTIME_DEPENDENCIES)` command provides a more general
way to get information from runtime binaries.
* The :variable:`CPACK_OBJDUMP_EXECUTABLE` variable.
|