This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
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 19:19:55 +02:00
int
testLibRequired
(
void
)
{
return
0
;
}
Reference in New Issue
Copy Permalink