CMake/Tests/SimpleInstall/lib3.cxx

7 lines
54 B
C++
Raw Normal View History

2004-02-01 20:53:28 +03:00
#include "lib3.h"
float Lib3Func()
{
return 2.0;
}