summaryrefslogtreecommitdiff
path: root/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp
blob: a9d05c744455452ab74f9bb6f7075c4eac2892df (plain)
1
2
3
4
5
6
7
#include "cpyTest.hpp"
#include "cpyTest2.hpp"
#include "cpyTest3.hpp"

std::string getStrCpyTest() {
  return CPY_TEST_STR_2 CPY_TEST_STR_3;
}