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

cmModClass::cmModClass(string foo) {
  str = foo + " World";
}