TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / VSExternalInclude / Lib2 / lib2.cpp
1
2 #include "lib2.h"
3 #include "lib1.h"
4
5 int add1_and_mult2(int num)
6 {
7   int tmp = add1(num);
8   return tmp * 2;
9 }