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
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
OutOfSource
/
OutOfSourceSubdir
/
testlib.cxx
blob
1f78bd3e0ef17dc61fd9fd0c7eee36280f345d10
1
#include
"testlib.h"
2
3
float
TestLib
()
4
{
5
return
1.0
;
6
}