Sign in
qemu
/
meson
/
refs/heads/reverts
/
.
/
test cases
/
cmake
/
18 skip include files
/
subprojects
/
cmMod
/
fakeInc
/
cmModInc1.cpp
blob: b637755c3a68b5b93f41db74a66127b2aefde5cc [
file
] [
log
] [
blame
]
#ifndef
MESON_INCLUDE_IMPL
#error
"MESON_INCLUDE_IMPL is not defined"
#endif
// !MESON_INCLUDE_IMPL
cmModClass
::
cmModClass
(
string foo
)
{
str
=
foo
+
" World"
;
}