Sfoglia il codice sorgente

GetPrerequisites: Add documentation for objdump

Signed-off-by: Michael Tänzer <[email protected]>
Michael Tänzer 12 anni fa
parent
commit
12fb50da9f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Modules/GetPrerequisites.cmake

+ 1 - 0
Modules/GetPrerequisites.cmake

@@ -5,6 +5,7 @@
 #
 #
 # It uses various tools to obtain the list of required shared library files:
 # It uses various tools to obtain the list of required shared library files:
 #   dumpbin (Windows)
 #   dumpbin (Windows)
+#   objdump (MinGW on Windows)
 #   ldd (Linux/Unix)
 #   ldd (Linux/Unix)
 #   otool (Mac OSX)
 #   otool (Mac OSX)
 # The following functions are provided by this module:
 # The following functions are provided by this module: