diff options
Diffstat (limited to 'test cases/cmake/8 custom command/subprojects/cmMod/cpyBase.cpp.am')
| -rw-r--r-- | test cases/cmake/8 custom command/subprojects/cmMod/cpyBase.cpp.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/cpyBase.cpp.am b/test cases/cmake/8 custom command/subprojects/cmMod/cpyBase.cpp.am new file mode 100644 index 000000000..98dd09c9c --- /dev/null +++ b/test cases/cmake/8 custom command/subprojects/cmMod/cpyBase.cpp.am @@ -0,0 +1,5 @@ +#include "cpyBase.hpp" + +std::string getStrCpy() { + return "Hello Copied File"; +} |
