diff options
author | Brad King <brad.king@kitware.com> | 2017-03-13 12:58:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-03-13 12:58:50 (GMT) |
commit | 22908e4be83679deb32cf771df9d7793681814fd (patch) | |
tree | f2a8eee9d2122968ba6d121087fe29339a75dba4 /Help/variable | |
parent | b46fa35824f2e8716032b3ec3201d0a0ee445f86 (diff) | |
parent | 3fd9f4ab0595f15588055fef1ad8dd8612945e22 (diff) | |
download | CMake-22908e4be83679deb32cf771df9d7793681814fd.zip CMake-22908e4be83679deb32cf771df9d7793681814fd.tar.gz CMake-22908e4be83679deb32cf771df9d7793681814fd.tar.bz2 |
Merge topic 'xcode-test-schema-generation'
3fd9f4ab Xcode: Add test for schema generation
cf13e495 Xcode: Control schema generation via variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !577
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst new file mode 100644 index 0000000..c9fcc92 --- /dev/null +++ b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst @@ -0,0 +1,11 @@ +CMAKE_XCODE_GENERATE_SCHEME +--------------------------- + +If enabled, the Xcode generator will generate schema files. Those are +are useful to invoke analyze, archive, build-for-testing and test +actions from the command line. + +.. note:: + + The Xcode Schema Generator is still experimental and subject to + change. |