summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/lib1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/lib1.cxx')
-rw-r--r--Tests/SimpleInstall/lib1.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/lib1.cxx b/Tests/SimpleInstall/lib1.cxx
new file mode 100644
index 0000000..7aa9052
--- /dev/null
+++ b/Tests/SimpleInstall/lib1.cxx
@@ -0,0 +1,6 @@
+#include "lib1.h"
+
+float Lib1Func()
+{
+ return 2.0;
+}