repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: add more paths for the HP
[cmake.git]
/
Example
/
Demo
/
demo.cxx
blob
31de0386c0c97790d61366ccff7da84fbb73c800
1
#include
"hello.h"
2
3
extern
Hello hello
;
4
5
int
main
()
6
{
7
hello
.
Print
();
8
9
return
0
;
10
}