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
401229759c
CMake
/
Tests
/
ExportImport
/
Export
/
testLibRequired.c
2 lines
40 B
C
Raw
Normal View
History
Unescape
Escape
exports: add a test for exporting dependent targets The test exports two libraries into two separate exports, and then include()s the generated export files. This must not fail. Alex
2012-09-23 21:19:55 +04:00
int
testLibRequired
(
void
)
{
return
0
;
}