TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / SimpleInstall / lib1.cxx
1 #include "lib1.h"
2
3 float Lib1Func()
4 {
5   return 2.0;
6 }