This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
401229759c
CMake
/
Tests
/
Dependency
/
Case2
/
foo3b.c
3 lines
60 B
C
Raw
Normal View
History
Unescape
Escape
Test link multiplicity This tests the LINK_INTERFACE_MULTIPLICITY property for a cycle of three static libraries that must be scanned three times to link properly.
2009-09-01 18:38:03 +04:00
extern
int
foo1c
(
void
)
;
int
foo3b
(
void
)
{
return
foo1c
(
)
;
}