summaryrefslogtreecommitdiff
path: root/Tests/Dependency/NoDepC/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/NoDepC/CMakeLists.txt')
-rw-r--r--Tests/Dependency/NoDepC/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Dependency/NoDepC/CMakeLists.txt b/Tests/Dependency/NoDepC/CMakeLists.txt
new file mode 100644
index 000000000..88b29ba6f
--- /dev/null
+++ b/Tests/Dependency/NoDepC/CMakeLists.txt
@@ -0,0 +1,3 @@
+ADD_LIBRARY( NoDepC NoDepCSrc.c )
+# This library depends on NoDepA, but the
+# dependency is not explicitly specified.