1CMAKE_XCODE_SCHEME_ENVIRONMENT 2------------------------------ 3 4.. versionadded:: 3.17 5 6Specify environment variables that should be added to the Arguments 7section of the generated Xcode scheme. 8 9If set to a list of environment variables and values of the form 10``MYVAR=value`` those environment variables will be added to the 11scheme. 12 13This variable initializes the :prop_tgt:`XCODE_SCHEME_ENVIRONMENT` 14property on all targets. 15 16Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property 17documentation to see all Xcode schema related properties. 18