summaryrefslogtreecommitdiffstats
path: root/test cases/cmake/18 skip include files/subprojects/cmMod/fakeInc/cmModInc3.cpp
blob: 2c8ad125b30a66d6d8c84d42b3dfc7d4677ddc24 (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::getStr1() const {
  return getStr2();
}