summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst')
-rw-r--r--share/cmake-3.10/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst b/share/cmake-3.10/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst
new file mode 100644
index 0000000..4a64e33
--- /dev/null
+++ b/share/cmake-3.10/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst
@@ -0,0 +1,9 @@
+CMAKE_FIND_LIBRARY_SUFFIXES
+---------------------------
+
+Suffixes to append when looking for libraries.
+
+This specifies what suffixes to add to library names when the
+:command:`find_library` command looks for libraries. On Windows systems this
+is typically ``.lib`` and ``.dll``, meaning that when trying to find the
+``foo`` library it will look for ``foo.dll`` etc.