From 0ff69dd4d10adae277ef33059cdb5115832af557 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 22 Oct 2014 08:51:04 -0400 Subject: [PATCH] Help: Document CMAKE_XCODE_ATTRIBUTE_ variable (#15215) --- Help/manual/cmake-variables.7.rst | 1 + Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst | 3 +++ Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 100644 Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 864ea6eca..1deb8bb1e 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -260,6 +260,7 @@ Variables that Control the Build /variable/CMAKE_USE_RELATIVE_PATHS /variable/CMAKE_VISIBILITY_INLINES_HIDDEN /variable/CMAKE_WIN32_EXECUTABLE + /variable/CMAKE_XCODE_ATTRIBUTE_an-attribute /variable/EXECUTABLE_OUTPUT_PATH /variable/LIBRARY_OUTPUT_PATH diff --git a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst index 0be313c86..de98c3706 100644 --- a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst +++ b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst @@ -5,3 +5,6 @@ Set Xcode target attributes directly. Tell the Xcode generator to set '' to a given value in the generated Xcode project. Ignored on other generators. + +See the :variable:`CMAKE_XCODE_ATTRIBUTE_` variable +to set attributes on all targets in a directory tree. diff --git a/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst new file mode 100644 index 000000000..096f64e0f --- /dev/null +++ b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst @@ -0,0 +1,10 @@ +CMAKE_XCODE_ATTRIBUTE_ +------------------------------------ + +Set Xcode target attributes directly. + +Tell the Xcode generator to set '' to a given value in +the generated Xcode project. Ignored on other generators. + +See the :prop_tgt:`XCODE_ATTRIBUTE_` target property +to set attributes on a specific target.