summaryrefslogtreecommitdiffstats
path: root/Tests/CompileDefinitions/target_prop
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-10-12 15:17:30 (GMT)
committerBrad King <brad.king@kitware.com>2012-10-17 20:21:12 (GMT)
commit145a4af8d3812fbd6a28f27e6fd4bb4d60d715af (patch)
tree270027ee7d1da41684b72a1b7f9ac84b3db27d9d /Tests/CompileDefinitions/target_prop
parente2d141d47410ad17ba2b63fd32a61cead8a50606 (diff)
downloadCMake-145a4af8d3812fbd6a28f27e6fd4bb4d60d715af.zip
CMake-145a4af8d3812fbd6a28f27e6fd4bb4d60d715af.tar.gz
CMake-145a4af8d3812fbd6a28f27e6fd4bb4d60d715af.tar.bz2
GenEx: Test the use of generator expressions to generate lists.
We can't test this in the GeneratorExpression unit test because the ';' chars are processed specically by the CMake function argument parser.
Diffstat (limited to 'Tests/CompileDefinitions/target_prop')
-rw-r--r--Tests/CompileDefinitions/target_prop/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CompileDefinitions/target_prop/CMakeLists.txt b/Tests/CompileDefinitions/target_prop/CMakeLists.txt
index fcb22b0..abdf257 100644
--- a/Tests/CompileDefinitions/target_prop/CMakeLists.txt
+++ b/Tests/CompileDefinitions/target_prop/CMakeLists.txt
@@ -12,4 +12,5 @@ set_property(TARGET target_prop_executable APPEND PROPERTY COMPILE_DEFINITIONS
TEST_GENERATOR_EXPRESSIONS
"$<1:CMAKE_IS_DECLARATIVE>"
"$<0:GE_NOT_DEFINED>"
+ "$<1:ARGUMENT;LIST>"
)