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
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
SimpleInstallS2
/
lib4.cxx
blob
fbfa23aa43c96e0cd1afa0a9cac6f8f42c5fb26d
1
#include
"lib4.h"
2
3
float
Lib4Func
()
4
{
5
return
4.0
;
6
}
7