Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
CMakeCommands
/
target_link_libraries
/
cmp0022
/
staticlib2.cpp
blob: caa41431691b54a56d53bb43b7e712470a3f2f05 [
file
]
#ifndef
STATICLIB2_IFACE_1
# error "STATICLIB2_IFACE_1 incorrectly not defined"
#endif
#ifndef
STATICLIB2_IFACE_2
# error "STATICLIB2_IFACE_2 incorrectly not defined"
#endif
int
staticlib2
()
{
return
0
;
}