summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/lib2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/lib2.cxx')
-rw-r--r--Tests/SimpleInstall/lib2.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/lib2.cxx b/Tests/SimpleInstall/lib2.cxx
new file mode 100644
index 000000000..dccc48b78
--- /dev/null
+++ b/Tests/SimpleInstall/lib2.cxx
@@ -0,0 +1,6 @@
+#include "lib2.h"
+
+float Lib2Func()
+{
+ return 1.0;
+}