blob: 4221e4898c6b64ca8fbdf872c9040ea0889df5fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
CMAKE_XCODE_SCHEME_WORKING_DIRECTORY
------------------------------------
.. versionadded:: 3.17
Specify the ``Working Directory`` of the *Run* and *Profile*
actions in the generated Xcode scheme.
This variable initializes the
:prop_tgt:`XCODE_SCHEME_WORKING_DIRECTORY`
property on all targets.
Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
documentation to see all Xcode schema related properties.
|