summaryrefslogtreecommitdiffstats
path: root/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp
blob: 627b8f900404daa8e00aeec7cd9eaa623f2fdc25 (plain)
1
2
3
4
5
6
7
8
9
#include "cpyTest.hpp"
#include "cpyTest2.hpp"
#include "cpyTest3.hpp"
#include "ccppyyTTeesstt/cpyTest4.hpp"
#include "directory/cpyTest5.hpp"

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