diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst | 6 |
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. |