diff options
author | Brad King <brad.king@kitware.com> | 2016-11-21 15:39:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-21 15:41:40 (GMT) |
commit | b3193996bd4c87ece760f5f53f2236451605f00a (patch) | |
tree | 1133993536b27489857781dae43a95f30c867da4 | |
parent | 95cfb5457959cb221af60a63a39bc152bb024e58 (diff) | |
download | CMake-b3193996bd4c87ece760f5f53f2236451605f00a.zip CMake-b3193996bd4c87ece760f5f53f2236451605f00a.tar.gz CMake-b3193996bd4c87ece760f5f53f2236451605f00a.tar.bz2 |
Help: Mention IMPORTED_LIBNAME_* in interface library property whitelist
This property was added by commit 09cda9d5 (Allow imported INTERFACE
libraries to specify a link library name, 2016-11-03) and is in the
implementation's whitelist. Add it to the documentation too.
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 4950fee..89b010d 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -964,6 +964,7 @@ are: * ``EXPORT_NAME`` * ``IMPORTED`` * ``NAME`` +* Properties matching ``IMPORTED_LIBNAME_*`` * Properties matching ``MAP_IMPORTED_CONFIG_*`` ``INTERFACE`` libraries may be installed and exported. Any content they refer |