summaryrefslogtreecommitdiff
path: root/Source/cmLDConfigTool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLDConfigTool.cxx')
-rw-r--r--Source/cmLDConfigTool.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/cmLDConfigTool.cxx b/Source/cmLDConfigTool.cxx
new file mode 100644
index 000000000..8d5d5630b
--- /dev/null
+++ b/Source/cmLDConfigTool.cxx
@@ -0,0 +1,9 @@
+/* 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)
+{
+}