mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
565d080a9a
This patch solves the problem of installing both: Device and Simulator libraries on iOS. Before only one of them was installed. If the IOS_INSTALL_COMBINED property is set on a target, a special install hook will be activated which builds the corresponding target and combines both at the install location. The original patch was contributed by Ruslan Baratov, and polished by Gregor Jasny.
9 lines
275 B
ReStructuredText
9 lines
275 B
ReStructuredText
CMAKE_IOS_INSTALL_COMBINED
|
|
--------------------------
|
|
|
|
Default value for :prop_tgt:`IOS_INSTALL_COMBINED` of targets.
|
|
|
|
This variable is used to initialize the :prop_tgt:`IOS_INSTALL_COMBINED`
|
|
property on all the targets. See that target property for additional
|
|
information.
|