diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-12-10 10:33:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-05 00:05:09 (GMT) |
commit | b0c8f73eb62c5651b4a039f95676cae310bcada9 (patch) | |
tree | 43cc7d8a2db894cea68d8b5300cf3ee210e1f1a2 /Tests/GeneratorExpression/check-part2.cmake | |
parent | 77475fe61d0a1bbd562228bf66d5043bd001cb48 (diff) | |
download | CMake-b0c8f73eb62c5651b4a039f95676cae310bcada9.zip CMake-b0c8f73eb62c5651b4a039f95676cae310bcada9.tar.gz CMake-b0c8f73eb62c5651b4a039f95676cae310bcada9.tar.bz2 |
Add the TARGET_NAME generator expression.
It will be used as a preprocessing marker.
Diffstat (limited to 'Tests/GeneratorExpression/check-part2.cmake')
-rw-r--r-- | Tests/GeneratorExpression/check-part2.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/GeneratorExpression/check-part2.cmake b/Tests/GeneratorExpression/check-part2.cmake index 149a658..8855a97 100644 --- a/Tests/GeneratorExpression/check-part2.cmake +++ b/Tests/GeneratorExpression/check-part2.cmake @@ -24,3 +24,5 @@ check(test_incomplete_20 "$<CONFIGURATION>") check(test_incomplete_21 "$<BOOL:something>") check(test_build_interface "build") check(test_install_interface "") +check(test_target_name_1 "tgt,ok") +check(test_target_name_2 "tgt:ok") |