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
96c8a4769f
CMake
/
Tests
/
Wrapping
/
wrapFLTK.cxx
2 lines
29 B
C++
Raw
Normal View
History
Unescape
Escape
Tests: Cover fltk_wrap_ui on an executable that links libraries CMake 3.4 may crash on this case. The problem seems to have been fixed since then, but keep it working by adding a test case now. Reported-by: Gonzalo Garramuño <ggarra13@gmail.com>
2016-01-21 21:42:46 +03:00
int
main
(
void
)
{
return
0
;
}