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
/
lib4.cxx
blob: fbede5ce53a48f37ac90359eda08a2b3d23d184c (
plain
)
1
2
3
4
5
6
#include
"lib4.h"
float
Lib4Func
()
{
return
4.0
;
}