summaryrefslogtreecommitdiff
path: root/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am
blob: 20a8815ae2e8299f7dd7431789b2f9f5cab7c6bc (plain)
1
2
3
4
5
#include "cpyNext.hpp"

std::string getStrNext() {
  return "Hello Copied File -- now even more convoluted!";
}