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/manual | |
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/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index e55524c..70bd279 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -294,6 +294,8 @@ Properties on Targets /prop_tgt/WIN32_EXECUTABLE /prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS /prop_tgt/XCODE_ATTRIBUTE_an-attribute + /prop_tgt/XCODE_EXPLICIT_FILE_TYPE + /prop_tgt/XCODE_PRODUCT_TYPE /prop_tgt/XCTEST .. _`Test Properties`: |