mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-21 04:01:40 +08:00

This tests the LINK_INTERFACE_MULTIPLICITY property for a cycle of three static libraries that must be scanned three times to link properly.
3 lines
60 B
C
3 lines
60 B
C
extern int foo3c(void);
|
|
int foo2c(void) { return foo3c(); }
|