summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Help/prop_tgt/IMPORT_SUFFIX.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.18/Help/prop_tgt/IMPORT_SUFFIX.rst')
-rw-r--r--share/cmake-3.18/Help/prop_tgt/IMPORT_SUFFIX.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.18/Help/prop_tgt/IMPORT_SUFFIX.rst b/share/cmake-3.18/Help/prop_tgt/IMPORT_SUFFIX.rst
new file mode 100644
index 0000000..9307115
--- /dev/null
+++ b/share/cmake-3.18/Help/prop_tgt/IMPORT_SUFFIX.rst
@@ -0,0 +1,9 @@
+IMPORT_SUFFIX
+-------------
+
+What comes after the import library name.
+
+Similar to the target property :prop_tgt:`SUFFIX`, but used
+for import libraries (typically corresponding to a ``DLL``) instead of
+regular libraries. A target property that can be set to override
+the suffix (such as ``.lib``) on an import library name.