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