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
/
lib2.cxx
blob: dccc48b7895712da774eaeacd43021af3f97c240 (
plain
)
1
2
3
4
5
6
#include
"lib2.h"
float
Lib2Func
()
{
return
1.0
;
}