diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2019-11-18 21:01:04 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2019-11-18 21:34:34 (GMT) |
commit | 92c4c852db821bc75ef0a20db4855e3af57ef80d (patch) | |
tree | 899d2fb78c0ecc900572cd33ee5169e1f759a883 /Help/prop_tgt | |
parent | cbedead9a25c12272918f1f70c8a1e1417605728 (diff) | |
download | CMake-92c4c852db821bc75ef0a20db4855e3af57ef80d.zip CMake-92c4c852db821bc75ef0a20db4855e3af57ef80d.tar.gz CMake-92c4c852db821bc75ef0a20db4855e3af57ef80d.tar.bz2 |
Xcode: Add custom working directory property
Closes: #19967
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY.rst b/Help/prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY.rst new file mode 100644 index 0000000..7ffa74b --- /dev/null +++ b/Help/prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY.rst @@ -0,0 +1,13 @@ +XCODE_SCHEME_WORKING_DIRECTORY +------------------------------ + +Specify the ``Working Directory`` a of the `Run` and `Profile` +action in the generated Xcode scheme. In case the value contains +generator expressions those are evaluated. + +This property is initialized by the value of the variable +:variable:`CMAKE_XCODE_SCHEME_WORKING_DIRECTORY` if it is set +when a target is created. + +Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property +documentation to see all Xcode schema related properties. |