resolve cyclic dependency with zstd
[platform/upstream/cmake.git] / Source / cmLDConfigTool.cxx
1 /* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2    file Copyright.txt or https://cmake.org/licensing for details.  */
3
4 #include "cmLDConfigTool.h"
5
6 cmLDConfigTool::cmLDConfigTool(cmRuntimeDependencyArchive* archive)
7   : Archive(archive)
8 {
9 }