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
/
CxxOnly
/
libcxx2.cxx
blob: 453039c58594d7f7b58b7bd77e6326087fa81c78 (
plain
)
1
2
3
4
5
6
#include
"libcxx2.h"
float
LibCxx2Class
::
Method
()
{
return
1.0
;
}