mirror of
https://github.com/reactos/CMake.git
synced 2025-01-12 22:41:28 +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.
2 lines
39 B
C
2 lines
39 B
C
int testLibCycleB3(void) { return 0; }
|