mirror of
https://github.com/reactos/CMake.git
synced 2024-12-20 10:38:08 +00:00
d259128894
We test that LINK_INTERFACE_MULTIPLICITY propagates through export() and install(EXPORT) into dependent projects. A simple cycle of two archives that need to be scanned three times ensures that the importing project uses the multiplicity correctly.
3 lines
87 B
C
3 lines
87 B
C
extern int testLibCycleB2(void);
|
|
int testLibCycleA2(void) { return testLibCycleB2(); }
|