mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -06:00
Also support installing headers on an INTERFACE library. Signed-off-by: Avraham Shukron <avraham.shukron@gmail.com> Fixes: #15234
8 lines
330 B
ReStructuredText
8 lines
330 B
ReStructuredText
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.
|