1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 19:43:23 +08:00
Files
CMake/Tests/OutOfSource/OutOfSourceSubdir/testlib.cxx
2005-07-14 13:50:27 -04:00

7 lines
56 B
C++

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