summaryrefslogtreecommitdiff
path: root/Help/module/CMAKE_REQUIRED_LIBRARIES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Help/module/CMAKE_REQUIRED_LIBRARIES.txt')
-rw-r--r--Help/module/CMAKE_REQUIRED_LIBRARIES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/module/CMAKE_REQUIRED_LIBRARIES.txt b/Help/module/CMAKE_REQUIRED_LIBRARIES.txt
new file mode 100644
index 0000000000..8611b9edf6
--- /dev/null
+++ b/Help/module/CMAKE_REQUIRED_LIBRARIES.txt
@@ -0,0 +1,5 @@
+ ``CMAKE_REQUIRED_LIBRARIES``
+ A :ref:`;-list <CMake Language Lists>` of libraries to add to the link
+ command. These can be the name of system libraries or they can be
+ :ref:`Imported Targets <Imported Targets>` (see :command:`try_compile` for
+ further details).