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
/
SimpleInstall
/
foo.c
7 lines
60 B
C
Raw
Normal View
History
Unescape
Escape
ENH: Add install test
2004-02-01 12:53:28 -05:00
char
*
foo
=
"
Foo
"
;
ENH: Fix test on HP-UX
2004-02-04 09:42:50 -05:00
int
SomeFunctionInFoo
(
)
ENH: Add install test
2004-02-01 12:53:28 -05:00
{
ENH: Fix test on HP-UX
2004-02-04 09:42:50 -05:00
return
5
;
ENH: Add install test
2004-02-01 12:53:28 -05:00
}
Reference in New Issue
Copy Permalink