summaryrefslogtreecommitdiffstats
path: root/Help/module/CMAKE_REQUIRED_LIBRARIES.txt
diff options
context:
space:
mode:
authorscivision <scivision@users.noreply.github.com>2023-03-08 05:23:49 (GMT)
committerscivision <scivision@users.noreply.github.com>2023-03-14 20:48:25 (GMT)
commitcf48022dc52fe5dd8161d591e4fb8b1f076ce52e (patch)
tree33952b87053838b87543466889a1fcd95e13a545 /Help/module/CMAKE_REQUIRED_LIBRARIES.txt
parent7d43bcb4db2b26d9f9f8d828198252a44b5560a0 (diff)
downloadCMake-cf48022dc52fe5dd8161d591e4fb8b1f076ce52e.zip
CMake-cf48022dc52fe5dd8161d591e4fb8b1f076ce52e.tar.gz
CMake-cf48022dc52fe5dd8161d591e4fb8b1f076ce52e.tar.bz2
Help:Check*: include CMAKE_REQUIRED_* vars to dedupe
CMAKE_REQUIRED_FLAGS now notes that space-delimited string, not ;-list is required, which could be surprising compared to similar options that do use ;-list
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 0000000..8611b9e
--- /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).