diff options
author | Brad King <brad.king@kitware.com> | 2016-12-12 19:21:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-12-12 19:21:23 (GMT) |
commit | 55ff3c78b3d0d08cdbc6dea700e2add6a64c988b (patch) | |
tree | 154ec774589266369547c83ade1fc0caf97d25c2 /Help/prop_tgt | |
parent | ce71bd9505a46d7350c0e256f2d8f4f183d1c9fa (diff) | |
parent | 9ac0c3936e612ec4780ea96d298095e2ad907fef (diff) | |
download | CMake-55ff3c78b3d0d08cdbc6dea700e2add6a64c988b.zip CMake-55ff3c78b3d0d08cdbc6dea700e2add6a64c988b.tar.gz CMake-55ff3c78b3d0d08cdbc6dea700e2add6a64c988b.tar.bz2 |
Merge topic 'xcode-message-extension'
9ac0c393 Help: Add notes for topic 'xcode-message-extension'
0ae46321 Xcode: Add target property to override explicitFileType
7ecac703 Xcode: Add target property to override productType
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/XCODE_EXPLICIT_FILE_TYPE.rst | 8 | ||||
-rw-r--r-- | Help/prop_tgt/XCODE_PRODUCT_TYPE.rst | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_EXPLICIT_FILE_TYPE.rst b/Help/prop_tgt/XCODE_EXPLICIT_FILE_TYPE.rst new file mode 100644 index 0000000..dc92902 --- /dev/null +++ b/Help/prop_tgt/XCODE_EXPLICIT_FILE_TYPE.rst @@ -0,0 +1,8 @@ +XCODE_EXPLICIT_FILE_TYPE +------------------------ + +Set the Xcode ``explicitFileType`` attribute on its reference to a +target. CMake computes a default based on target type but +can be told explicitly with this property. + +See also :prop_tgt:`XCODE_PRODUCT_TYPE`. diff --git a/Help/prop_tgt/XCODE_PRODUCT_TYPE.rst b/Help/prop_tgt/XCODE_PRODUCT_TYPE.rst new file mode 100644 index 0000000..f4ef5c0 --- /dev/null +++ b/Help/prop_tgt/XCODE_PRODUCT_TYPE.rst @@ -0,0 +1,8 @@ +XCODE_PRODUCT_TYPE +------------------ + +Set the Xcode ``productType`` attribute on its reference to a +target. CMake computes a default based on target type but +can be told explicitly with this property. + +See also :prop_tgt:`XCODE_EXPLICIT_FILE_TYPE`. |