blob: 7323a5b467370f3b9e3940d0186ca1e480ce5994 [file] [log] [blame]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#include "cmLDConfigTool.h"
cmLDConfigTool::cmLDConfigTool(cmRuntimeDependencyArchive* archive)
: Archive(archive)
{
}