index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
OutOfSource
/
OutOfSourceSubdir
/
testlib.cxx
blob: 1f78bd3e0ef17dc61fd9fd0c7eee36280f345d10 (
plain
)
1
2
3
4
5
6
#include
"testlib.h"
float
TestLib
()
{
return
1.0
;
}