cmake/Tests/Complex/Library/TestLink.c

9 lines
102 B
C
Raw Normal View History

2024-04-14 22:45:38 +02:00
int TestLinkGetType(void)
{
#ifdef CMakeTestLinkShared_EXPORTS
return 0;
#else
return 1;
#endif
}