aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am')
-rw-r--r--meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am b/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am
new file mode 100644
index 000000000..20a8815ae
--- /dev/null
+++ b/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am
@@ -0,0 +1,5 @@
+#include "cpyNext.hpp"
+
+std::string getStrNext() {
+ return "Hello Copied File -- now even more convoluted!";
+}