summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2018-05-11 15:17:26 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2018-05-11 17:35:53 (GMT)
commit92ac721a44bcae43ed9ad33d4d0fb22968073a92 (patch)
tree67ed61634abc00ea8d403f39a5964bdd1defdaa9 /Help/release
parentc9e995c9efdaa462ac2649f1c1ff4e511db7fcf5 (diff)
downloadCMake-92ac721a44bcae43ed9ad33d4d0fb22968073a92.zip
CMake-92ac721a44bcae43ed9ad33d4d0fb22968073a92.tar.gz
CMake-92ac721a44bcae43ed9ad33d4d0fb22968073a92.tar.bz2
FindPkgConfig: export the list of found libraries also as variable
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst b/Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst
new file mode 100644
index 0000000..b915556
--- /dev/null
+++ b/Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst
@@ -0,0 +1,6 @@
+FindPkgConfig-LINK_LIBRARIES
+----------------------------
+
+* The :module:`FindPkgConfig` module has learned to export the found libraries
+ with full path for direct consumption with the :command:`target_link_libraries`
+ command.