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";
}