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 "cmLDConfigTool.h" | |
5 | ||
6 | cmLDConfigTool::cmLDConfigTool(cmRuntimeDependencyArchive* archive) | |
7 | 0 | : Archive(archive) |
8 | 0 | { |
9 | 0 | } |