Sign in
qemu
/
meson
/
refs/heads/0.52
/
.
/
test cases
/
cmake
/
8 custom command
/
main.cpp
blob: fa6b0fae55d9eb4c07c8e41525f65d9a7f5ef99b [
file
] [
log
] [
blame
]
#include
<iostream>
#include
<cmMod.hpp>
using
namespace
std
;
int
main
()
{
cmModClass obj
(
"Hello"
);
cout
<<
obj
.
getStr
()
<<
endl
;
cout
<<
obj
.
getOther
()
<<
endl
;
return
0
;
}