diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2015-02-11 19:48:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-12 18:35:31 (GMT) |
commit | bf8f9c29e745933d5732f4481669c38ba8bdc3fc (patch) | |
tree | caf2264967f14adddcdeb3579abfae84a12f17c9 /Help/prop_tgt | |
parent | 0ec1f45a138bd7a9ad618f6e9dfa077a6bc8533c (diff) | |
download | CMake-bf8f9c29e745933d5732f4481669c38ba8bdc3fc.zip CMake-bf8f9c29e745933d5732f4481669c38ba8bdc3fc.tar.gz CMake-bf8f9c29e745933d5732f4481669c38ba8bdc3fc.tar.bz2 |
Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressions
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst index de98c37..7e00ac4 100644 --- a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst +++ b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst @@ -8,3 +8,9 @@ the generated Xcode project. Ignored on other generators. See the :variable:`CMAKE_XCODE_ATTRIBUTE_<an-attribute>` variable to set attributes on all targets in a directory tree. + +Contents of ``XCODE_ATTRIBUTE_<an-attribute>`` may use +"generator expressions" with the syntax ``$<...>``. See the +:manual:`cmake-generator-expressions(7)` manual for available +expressions. See the :manual:`cmake-buildsystem(7)` manual +for more on defining buildsystem properties. |