mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge topic 'INTERFACE-property-docs'
ad75afbf Help: List the whitelist of properties for INTERFACE libraries.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user