summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/add_custom_command/TargetLiteralQuotes.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/add_custom_command/TargetLiteralQuotes.cmake')
-rw-r--r--Tests/RunCMake/add_custom_command/TargetLiteralQuotes.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_command/TargetLiteralQuotes.cmake b/Tests/RunCMake/add_custom_command/TargetLiteralQuotes.cmake
new file mode 100644
index 000000000..5f11ed1a4
--- /dev/null
+++ b/Tests/RunCMake/add_custom_command/TargetLiteralQuotes.cmake
@@ -0,0 +1,2 @@
+add_library(a)
+add_custom_command(TARGET a POST_BUILD COMMAND "\"b\"")