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