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
6eb3218105
CMake
/
Tests
/
ExportImport
/
Export
/
testLibCycleB3.c
2 lines
39 B
C
Raw
Normal View
History
Unescape
Escape
Test link multiplicity export/import 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.
2009-09-01 18:38:36 +04:00
int
testLibCycleB3
(
void
)
{
return
0
;
}