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