repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
ComplexOneConfig
/
Library
/
TestLink.c
blob
25dee082f42d5225cbc462aff2084e14df4814eb
1
int
TestLinkGetType
()
2
{
3
#ifdef CMakeTestLinkShared_EXPORTS
4
return
0
;
5
#else
6
return
1
;
7
#endif
8
}