diff options
Diffstat (limited to 'test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest2.hpp')
-rw-r--r-- | test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest2.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest2.hpp b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest2.hpp new file mode 100644 index 0000000..bdbcc56 --- /dev/null +++ b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest2.hpp @@ -0,0 +1,3 @@ +#pragma once + +#define CPY_TEST_STR_2 "Hello " |