Sign in
qemu
/
meson
/
9e3b3db7054c7dedecd14db3e6061ff7e2227faf
/
.
/
test cases
/
cmake
/
8 custom command
/
subprojects
/
cmMod
/
cmMod.hpp
blob: cfdbe880f4ed51c2a73136a166f2febac7fcb415 [
file
] [
log
] [
blame
]
#pragma
once
#include
<string>
#include
"cmmodlib_export.h"
class
CMMODLIB_EXPORT cmModClass
{
private
:
std
::
string
str
;
public
:
cmModClass
(
std
::
string
foo
);
std
::
string
getStr
()
const
;
std
::
string
getOther
()
const
;
};