meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am

6 lines
112 B
Plaintext

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