summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst')
-rw-r--r--Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst b/Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst
new file mode 100644
index 000000000..11aeab7e6
--- /dev/null
+++ b/Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst
@@ -0,0 +1,9 @@
+CMAKE_IMPORT_LIBRARY_SUFFIX
+---------------------------
+
+The suffix for import libraries that you link to.
+
+The suffix to use for the end of an import library filename if used on
+this platform.
+
+``CMAKE_IMPORT_LIBRARY_SUFFIX_<LANG>`` overrides this for language ``<LANG>``.