CMake Nightly Date Stamp
[kiteware-cmake.git] / Source / cmLDConfigTool.cxx
blob8d5d5630ba85ba757182025d4dfc74c0023c941f
1 /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2 file Copyright.txt or https://cmake.org/licensing for details. */
4 #include "cmLDConfigTool.h"
6 cmLDConfigTool::cmLDConfigTool(cmRuntimeDependencyArchive* archive)
7 : Archive(archive)