CMake/Tests/OutOfSource/OutOfSourceSubdir/testlib.cxx

7 lines
56 B
C++

#include "testlib.h"
float TestLib()
{
return 1.0;
}