summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_custom_target/BadTargetName.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/add_custom_target/BadTargetName.cmake')
-rw-r--r--Tests/RunCMake/add_custom_target/BadTargetName.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_target/BadTargetName.cmake b/Tests/RunCMake/add_custom_target/BadTargetName.cmake
new file mode 100644
index 0000000..c4381a2
--- /dev/null
+++ b/Tests/RunCMake/add_custom_target/BadTargetName.cmake
@@ -0,0 +1,3 @@
+add_custom_target("#")
+add_custom_target("<")
+add_custom_target(">")