diff options
author | Radek Nadstawny <radoslaw.nadstawny@gmail.com> | 2019-03-10 18:40:55 (GMT) |
---|---|---|
committer | Radek Nadstawny <radoslaw.nadstawny@gmail.com> | 2019-03-13 22:42:44 (GMT) |
commit | b759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af (patch) | |
tree | daff4463bfacab1c6f2c9bbfda2df5b54d875102 /Help/release | |
parent | 5c106bfc42a5eb068719c3dec28ddc6dfc493973 (diff) | |
download | CMake-b759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af.zip CMake-b759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af.tar.gz CMake-b759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af.tar.bz2 |
FindPkgConfig: Set linker flags on imported targets
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/pkg-config-linker-flags.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/pkg-config-linker-flags.rst b/Help/release/dev/pkg-config-linker-flags.rst new file mode 100644 index 0000000..85c13be --- /dev/null +++ b/Help/release/dev/pkg-config-linker-flags.rst @@ -0,0 +1,5 @@ +pkg-config-linker-flags +----------------------- + +* The :module:`FindPkgConfig` now populates :prop_tgt:`INTERFACE_LINK_OPTIONS` + property of imported targets with other (non-library) linker flags. |