CMake/Tests/SimpleInstall/lib4.cxx

7 lines
54 B
C++

#include "lib4.h"
float Lib4Func()
{
return 4.0;
}