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: do not create a desktop link for CMakeSetup
[cmake.git]
/
Tests
/
SimpleInstall
/
lib1.cxx
blob
7aa905205f5bb09cfc2a9219f5f8b579d3a97b3c
1
#include
"lib1.h"
2
3
float
Lib1Func
()
4
{
5
return
2.0
;
6
}