mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
14 lines
510 B
ReStructuredText
14 lines
510 B
ReStructuredText
IMPORTED_LINK_INTERFACE_LIBRARIES_<CONFIG>
|
|
------------------------------------------
|
|
|
|
<CONFIG>-specific version of IMPORTED_LINK_INTERFACE_LIBRARIES.
|
|
|
|
Configuration names correspond to those provided by the project from
|
|
which the target is imported. If set, this property completely
|
|
overrides the generic property for the named configuration.
|
|
|
|
This property is ignored if the target also has a non-empty
|
|
INTERFACE_LINK_LIBRARIES property.
|
|
|
|
This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead.
|