CMake/Tests/SimpleInstall/lib3.cxx

7 lines
54 B
C++
Raw Normal View History

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