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