cmake/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst

13 lines
354 B
ReStructuredText
Raw Normal View History

2017-07-20 19:35:53 +02:00
CMAKE_XCODE_GENERATE_SCHEME
---------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.9
2019-11-11 23:01:05 +01:00
If enabled, the :generator:`Xcode` generator will generate schema files. These
2017-07-20 19:35:53 +02:00
are useful to invoke analyze, archive, build-for-testing and test
actions from the command line.
2019-11-11 23:01:05 +01:00
This variable initializes the
:prop_tgt:`XCODE_GENERATE_SCHEME`
target property on all targets.