diff options
author | Brad King <brad.king@kitware.com> | 2016-11-21 16:41:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-21 16:41:29 (GMT) |
commit | acde2c4a5389bfe5b1af697a02c160060db7d6e8 (patch) | |
tree | 1133993536b27489857781dae43a95f30c867da4 | |
parent | 95cfb5457959cb221af60a63a39bc152bb024e58 (diff) | |
parent | b3193996bd4c87ece760f5f53f2236451605f00a (diff) | |
download | CMake-acde2c4a5389bfe5b1af697a02c160060db7d6e8.zip CMake-acde2c4a5389bfe5b1af697a02c160060db7d6e8.tar.gz CMake-acde2c4a5389bfe5b1af697a02c160060db7d6e8.tar.bz2 |
Merge topic 'doc-imported-interface-libname'
b3193996 Help: Mention IMPORTED_LIBNAME_* in interface library property whitelist
-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 |