diff options
author | Harry Mallon <hjmallon@gmail.com> | 2019-03-11 12:57:39 (GMT) |
---|---|---|
committer | Harry Mallon <hjmallon@gmail.com> | 2019-03-21 16:50:41 (GMT) |
commit | 413b71485a456456e204183f0d62e11e1ec3c1da (patch) | |
tree | 54a69634dd466a5b02846c29d018fc3c2ecbf892 /Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst | |
parent | d2101e944a03056dc2180dd790ba85175e04d653 (diff) | |
download | CMake-413b71485a456456e204183f0d62e11e1ec3c1da.zip CMake-413b71485a456456e204183f0d62e11e1ec3c1da.tar.gz CMake-413b71485a456456e204183f0d62e11e1ec3c1da.tar.bz2 |
Xcode: Create Xcode schemes per target
Diffstat (limited to 'Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst')
-rw-r--r-- | Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst b/Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst index 2eac4a9..1f228e3 100644 --- a/Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst +++ b/Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst @@ -6,5 +6,5 @@ section of the generated Xcode scheme. If set to a list of arguments those will be added to the scheme. -Please refer to the :variable:`CMAKE_XCODE_GENERATE_SCHEME` variable +Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property documentation to see all Xcode schema related properties. |