1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-05 22:02:10 +08:00
CMake/Source/cmLDConfigTool.cxx
Kyle Edwards 1f9ef25130 file: Add GET_RUNTIME_DEPENDENCIES mode
Co-Authored-by: Bryon Bean <bryon.bean@kitware.com>
2019-06-10 14:35:28 -04:00

10 lines
271 B
C++

/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmLDConfigTool.h"
cmLDConfigTool::cmLDConfigTool(cmRuntimeDependencyArchive* archive)
: Archive(archive)
{
}