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
c9b301cd71
CMake
/
Tests
/
ObjectLibrary
/
ExportLanguages
/
a.c
2 lines
26 B
C
Raw
Normal View
History
Unescape
Escape
Make ExportLanguages a subtest of the ObjectLibrary test It was a subtest of the RunCMake.ObjectLibrary test. However, we need to test a build with ExternalProject after running CMake, which RunCMake tests do not do.
2012-10-08 00:37:23 +04:00
int
a
(
void
)
{
return
0
;
}