blob: 40070e155539e69f18a951d967955ab5a9308057 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
CMAKE_XCODE_GENERATE_SCHEME
---------------------------
.. versionadded:: 3.9
If enabled, the :generator:`Xcode` generator will generate schema files. These
are useful to invoke analyze, archive, build-for-testing and test
actions from the command line.
This variable initializes the
:prop_tgt:`XCODE_GENERATE_SCHEME`
target property on all targets.
|