mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 06:51:00 +00:00
Merge topic 'document-IMPORTED_NO_SONAME'
8f96818 Document IMPORTED_NO_SONAME target property
This commit is contained in:
commit
724804600b
@ -392,6 +392,24 @@ void cmTarget::DefineProperties(cmake *cm)
|
||||
"Configuration names correspond to those provided by the project "
|
||||
"from which the target is imported.");
|
||||
|
||||
cm->DefineProperty
|
||||
("IMPORTED_NO_SONAME", cmProperty::TARGET,
|
||||
"Specifies that an IMPORTED shared library target has no \"soname\". ",
|
||||
"Set this property to true for an imported shared library file that "
|
||||
"has no \"soname\" field. "
|
||||
"CMake may adjust generated link commands for some platforms to prevent "
|
||||
"the linker from using the path to the library in place of its missing "
|
||||
"soname. "
|
||||
"Ignored for non-imported targets.");
|
||||
|
||||
cm->DefineProperty
|
||||
("IMPORTED_NO_SONAME_<CONFIG>", cmProperty::TARGET,
|
||||
"Per-configuration version of IMPORTED_NO_SONAME property.",
|
||||
"This property is used when loading settings for the <CONFIG> "
|
||||
"configuration of an imported target. "
|
||||
"Configuration names correspond to those provided by the project "
|
||||
"from which the target is imported.");
|
||||
|
||||
cm->DefineProperty
|
||||
("EXCLUDE_FROM_ALL", cmProperty::TARGET,
|
||||
"Exclude the target from the all target.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user