diff options
Diffstat (limited to 'Tests/SimpleInstallS2/lib2.cxx')
-rw-r--r-- | Tests/SimpleInstallS2/lib2.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SimpleInstallS2/lib2.cxx b/Tests/SimpleInstallS2/lib2.cxx new file mode 100644 index 0000000..dccc48b --- /dev/null +++ b/Tests/SimpleInstallS2/lib2.cxx @@ -0,0 +1,6 @@ +#include "lib2.h" + +float Lib2Func() +{ + return 1.0; +} |