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
0304e54528
CMake
/
Tests
/
RunCMake
/
try_run
/
src.c
2 lines
29 B
C
Raw
Normal View
History
Unescape
Escape
try_run: Add test for bad link libraries. Based off the corresponding try_compile test.
2015-01-23 03:13:56 +03:00
int
main
(
void
)
{
return
0
;
}