summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/XcodeAttributeGenexError.cmake
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2015-02-11 19:48:43 (GMT)
committerBrad King <brad.king@kitware.com>2015-02-12 18:35:31 (GMT)
commitbf8f9c29e745933d5732f4481669c38ba8bdc3fc (patch)
treecaf2264967f14adddcdeb3579abfae84a12f17c9 /Tests/RunCMake/XcodeProject/XcodeAttributeGenexError.cmake
parent0ec1f45a138bd7a9ad618f6e9dfa077a6bc8533c (diff)
downloadCMake-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 'Tests/RunCMake/XcodeProject/XcodeAttributeGenexError.cmake')
-rw-r--r--Tests/RunCMake/XcodeProject/XcodeAttributeGenexError.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/XcodeProject/XcodeAttributeGenexError.cmake b/Tests/RunCMake/XcodeProject/XcodeAttributeGenexError.cmake
new file mode 100644
index 0000000..98ad6c5
--- /dev/null
+++ b/Tests/RunCMake/XcodeProject/XcodeAttributeGenexError.cmake
@@ -0,0 +1,4 @@
+enable_language(C)
+add_executable(some main.c)
+add_executable(another main.c)
+set_property(TARGET another PROPERTY XCODE_ATTRIBUTE_TEST_HOST "$<NOTAGENEX>")