summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/ObjectLibrary/BadSourceExpression2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/ObjectLibrary/BadSourceExpression2.cmake')
-rw-r--r--Tests/RunCMake/ObjectLibrary/BadSourceExpression2.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/ObjectLibrary/BadSourceExpression2.cmake b/Tests/RunCMake/ObjectLibrary/BadSourceExpression2.cmake
new file mode 100644
index 000000000..ed5dc4335
--- /dev/null
+++ b/Tests/RunCMake/ObjectLibrary/BadSourceExpression2.cmake
@@ -0,0 +1 @@
+add_library(A STATIC a.c $<TARGET_OBJECTS:DoesNotExist>)