diff options
Diffstat (limited to 'Tests/RunCMake/add_custom_command/OutputAndTarget.cmake')
-rw-r--r-- | Tests/RunCMake/add_custom_command/OutputAndTarget.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_command/OutputAndTarget.cmake b/Tests/RunCMake/add_custom_command/OutputAndTarget.cmake new file mode 100644 index 0000000..55806f3 --- /dev/null +++ b/Tests/RunCMake/add_custom_command/OutputAndTarget.cmake @@ -0,0 +1 @@ +add_custom_command(OUTPUT out TARGET target) |