summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.17/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst')
-rw-r--r--share/cmake-3.17/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/cmake-3.17/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst b/share/cmake-3.17/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst
new file mode 100644
index 0000000..fa09f9f
--- /dev/null
+++ b/share/cmake-3.17/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst
@@ -0,0 +1,7 @@
+CMAKE_LINK_DEF_FILE_FLAG
+------------------------
+
+Linker flag to be used to specify a ``.def`` file for dll creation.
+
+The flag will be used to add a ``.def`` file when creating a dll on
+Windows; this is only defined on Windows.