[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1747-g2c2ddad
Stephen Kelly
steveire at gmail.com
Wed Feb 26 04:41:44 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 2c2ddadbe0fdb2779ca0ece2fc92d66f3609e22a (commit)
via ad75afbfb4c31e5e039d26564a8327e637200542 (commit)
from 8f7cdf1bf3e8ab4e0acc5e0224e99e5d9f36a5b2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2c2ddadbe0fdb2779ca0ece2fc92d66f3609e22a
commit 2c2ddadbe0fdb2779ca0ece2fc92d66f3609e22a
Merge: 8f7cdf1 ad75afb
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Feb 26 04:41:43 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 26 04:41:43 2014 -0500
Merge topic 'INTERFACE-property-docs' into next
ad75afbf Help: List the whitelist of properties for INTERFACE libraries.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad75afbfb4c31e5e039d26564a8327e637200542
commit ad75afbfb4c31e5e039d26564a8327e637200542
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Feb 26 10:39:02 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Feb 26 10:40:49 2014 +0100
Help: List the whitelist of properties for INTERFACE libraries.
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index d252473..501b924 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -820,6 +820,16 @@ This way, the build specification of ``exe1`` is expressed entirely as linked
targets, and the complexity of compiler-specific flags is encapsulated in an
``INTERFACE`` library target.
+The properties permitted to be set on or read from an ``INTERFACE`` library
+are:
+
+* Properties matching ``INTERFACE_*``
+* Built-in properties matching ``COMPATIBLE_INTERFACE_*``
+* ``EXPORT_NAME``
+* ``IMPORTED``
+* ``NAME``
+* Properties matching ``MAP_IMPORTED_CONFIG_*``
+
``INTERFACE`` libraries may be installed and exported. Any content they refer
to must be installed separately:
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-buildsystem.7.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list