CMake/Tests/SimpleInstallS2/lib4.cxx

7 lines
54 B
C++

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