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