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