summaryrefslogtreecommitdiff
path: root/Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp')
-rw-r--r--Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp b/Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp
new file mode 100644
index 000000000..67110e68e
--- /dev/null
+++ b/Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp
@@ -0,0 +1,8 @@
+#include "myprivatelib.h"
+
+#include "stdio.h"
+
+void myprivatelib_function()
+{
+ printf("This is myprivatelib");
+}