Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b9175800a256e8e438d44a969ea08f7ffc1091ff
/
.
/
Tests
/
ComplexOneConfig
/
Library
/
TestLink.c
blob: 25dee082f42d5225cbc462aff2084e14df4814eb [
file
] [
log
] [
blame
]
int
TestLinkGetType
()
{
#ifdef
CMakeTestLinkShared_EXPORTS
return
0
;
#else
return
1
;
#endif
}