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
179aa0bb0a
CMake
/
Tests
/
SimpleInstall
/
foo.h
12 lines
120 B
C
Raw
Normal View
History
Unescape
Escape
ENH: Add install test
2004-02-01 20:53:28 +03:00
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
extern
char
*
foo
;
ENH: Fix test on HP-UX
2004-02-04 17:42:50 +03:00
extern
int
SomeFunctionInFoo
(
)
;
ENH: Add install test
2004-02-01 20:53:28 +03:00
#
ifdef __cplusplus
}
#
endif