/src/CMake/Source/cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx
Line | Count | Source |
1 | | /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying |
2 | | file LICENSE.rst or https://cmake.org/licensing for details. */ |
3 | | |
4 | | #include "cmBinUtilsWindowsPEGetRuntimeDependenciesTool.h" |
5 | | |
6 | | #include "cmRuntimeDependencyArchive.h" |
7 | | |
8 | | cmBinUtilsWindowsPEGetRuntimeDependenciesTool:: |
9 | | cmBinUtilsWindowsPEGetRuntimeDependenciesTool( |
10 | | cmRuntimeDependencyArchive* archive) |
11 | 0 | : Archive(archive) |
12 | 0 | { |
13 | 0 | } |
14 | | |
15 | | void cmBinUtilsWindowsPEGetRuntimeDependenciesTool::SetError( |
16 | | std::string const& error) |
17 | 0 | { |
18 | 0 | this->Archive->SetError(error); |
19 | 0 | } |