Xcode: Add target property to override productType

This commit is contained in:
Gregor Jasny
2016-12-03 23:46:15 +01:00
parent c45b767a8c
commit 7ecac703ce
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -294,6 +294,7 @@ Properties on Targets
/prop_tgt/WIN32_EXECUTABLE
/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS
/prop_tgt/XCODE_ATTRIBUTE_an-attribute
/prop_tgt/XCODE_PRODUCT_TYPE
/prop_tgt/XCTEST
.. _`Test Properties`:
+6
View File
@@ -0,0 +1,6 @@
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.