CMake/Tests/Dependency/Case2/foo2c.c
Brad King 0cfd8c411f 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 10:38:03 -04:00

3 lines
60 B
C

extern int foo3c(void);
int foo2c(void) { return foo3c(); }