summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_link_libraries/SubDirC/SubDirC.c
blob: c5536dccd98699c4c6eeb5100d217e75908a08be (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef DEF_SubDirC1
#  error "DEF_SubDirC1 not defined"
#endif
#ifndef DEF_SubDirC2
#  error "DEF_SubDirC2 not defined"
#endif

int SubDirC(void)
{
  return 0;
}