Merge topic 'iface-headers'

a40f9083dd INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER properties

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3181
This commit is contained in:
Brad King
2019-04-12 14:20:09 +00:00
committed by Kitware Robot
9 changed files with 53 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
iface-headers
-------------
* ``INTERFACE`` library can now have :prop_tgt:`PUBLIC_HEADER` and
:prop_tgt:`PRIVATE_HEADER` properties set. The headers specified by those
properties can be installed using the :command:`install(TARGETS)` command by
passing the ``PUBLIC_HEADER`` and ``PRIVATE_HEADER`` arguments respectively.