summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst')
-rw-r--r--Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst b/Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst
new file mode 100644
index 000000000..ebe5fda9a
--- /dev/null
+++ b/Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst
@@ -0,0 +1,7 @@
+CMAKE_LIBRARY_PATH_FLAG
+-----------------------
+
+The flag to be used to add a library search path to a compiler.
+
+The flag will be used to specify a library directory to the compiler.
+On most compilers this is ``-L``.