TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / SimpleExclude / dirC / dirA / t1.c
1 #include <stdio.h>
2
3 int tlib1func()
4 {
5   Should not be build unless target directory A, B, or C are build;
6   printf("This is T1\n");
7   return 5;
8 }