summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_tgt/IOS_INSTALL_COMBINED.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/prop_tgt/IOS_INSTALL_COMBINED.rst')
-rwxr-xr-xshare/cmake-3.5/Help/prop_tgt/IOS_INSTALL_COMBINED.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/prop_tgt/IOS_INSTALL_COMBINED.rst b/share/cmake-3.5/Help/prop_tgt/IOS_INSTALL_COMBINED.rst
new file mode 100755
index 0000000..59f67a7
--- /dev/null
+++ b/share/cmake-3.5/Help/prop_tgt/IOS_INSTALL_COMBINED.rst
@@ -0,0 +1,11 @@
+IOS_INSTALL_COMBINED
+--------------------
+
+Build a combined (device and simulator) target when installing.
+
+When this property is set to set to false (which is the default) then it will
+either be built with the device SDK or the simulator SDK depending on the SDK
+set. But if this property is set to true then the target will at install time
+also be built for the corresponding SDK and combined into one library.
+
+This feature requires at least Xcode version 6.