Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/target_link_libraries/SubDirC/SubDirC.c
3156 views
1
#ifndef DEF_SubDirC1
2
# error "DEF_SubDirC1 not defined"
3
#endif
4
#ifndef DEF_SubDirC2
5
# error "DEF_SubDirC2 not defined"
6
#endif
7
8
int SubDirC(void)
9
{
10
return 0;
11
}
12
13