CMAKE_OBJDUMP — CMake 4.0.1 Documentation (original) (raw)
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 project() or enable_language() commands.
See Also¶
- The file(GET_RUNTIME_DEPENDENCIES) command provides a more general way to get information from runtime binaries.
- The CPACK_OBJDUMP_EXECUTABLE variable.