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