1 /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2 file Copyright.txt or https://cmake.org/licensing for details. */
9 #include "cmBinUtilsLinuxELFGetRuntimeDependenciesTool.h"
11 class cmRuntimeDependencyArchive
;
13 class cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool
14 : public cmBinUtilsLinuxELFGetRuntimeDependenciesTool
17 cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool(
18 cmRuntimeDependencyArchive
* archive
);
20 bool GetFileInfo(std::string
const& file
, std::vector
<std::string
>& needed
,
21 std::vector
<std::string
>& rpaths
,
22 std::vector
<std::string
>& runpaths
) override
;