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
06a8dc7003
CMake
/
Tests
/
LinkFlags
/
LinkFlags.c
2 lines
29 B
C
Raw
Normal View
History
Unescape
Escape
Test LINK_FLAGS and STATIC_LIBRARY_FLAGS (#10768) Add a LinkFlags test series to check that these properties work. Since no link flag is accepted everywhere we test for presence of flags by adding a bad flag and looking for the complaint in the test output.
2010-05-28 17:47:12 +04:00
int
main
(
void
)
{
return
0
;
}