diff options
author | Brad King <brad.king@kitware.com> | 2019-10-25 13:37:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-10-25 13:37:49 (GMT) |
commit | 5c8d821ecabb0fba28719000182f241b16d86b44 (patch) | |
tree | 4e8f49cfb6021d461e66f0357ab4f88e43d75b26 /Help/variable | |
parent | 5a3f539cd50621298d15df639c29a9c09aace443 (diff) | |
parent | f0005dacdeb04be2d3777735af938ff76d9e3ad5 (diff) | |
download | CMake-5c8d821ecabb0fba28719000182f241b16d86b44.zip CMake-5c8d821ecabb0fba28719000182f241b16d86b44.tar.gz CMake-5c8d821ecabb0fba28719000182f241b16d86b44.tar.bz2 |
Merge topic 'xcode-scheme-env'
f0005dacde Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3933
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_XCODE_SCHEME_ENVIRONMENT.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_XCODE_SCHEME_ENVIRONMENT.rst b/Help/variable/CMAKE_XCODE_SCHEME_ENVIRONMENT.rst new file mode 100644 index 0000000..4832659 --- /dev/null +++ b/Help/variable/CMAKE_XCODE_SCHEME_ENVIRONMENT.rst @@ -0,0 +1,15 @@ +CMAKE_XCODE_SCHEME_ENVIRONMENT +------------------------------ + +Specify environment variables that should be added to the Arguments +section of the generated Xcode scheme. + +If set to a list of environment variables and values of the form +``MYVAR=value`` those environment variables will be added to the +scheme. + +This variable initializes the :prop_tgt:`XCODE_SCHEME_ENVIRONMENT` +property on all targets. + +Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property +documentation to see all Xcode schema related properties. |