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
/
SimpleInstall
/
lib3.cxx
blob: da8dbf942ca4924ae4e1b66e3f8ee9801f97f1d5 (
plain
)
1
2
3
4
5
6
#include
"lib3.h"
float
Lib3Func
()
{
return
2.0
;
}