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