summaryrefslogtreecommitdiff
path: root/test cases/cmake/18 skip include files/subprojects/cmMod/fakeInc/cmModInc4.cpp
blob: 78a0673429f975d0535e7de30a941139609815d9 (plain)
1
2
3
4
5
6
7
#ifndef MESON_INCLUDE_IMPL
#error "MESON_INCLUDE_IMPL is not defined"
#endif // !MESON_INCLUDE_IMPL

string cmModClass::getStr2() const {
  return str;
}