diff options
Diffstat (limited to 'test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp')
| -rw-r--r-- | test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp index f76225152..627b8f900 100644 --- a/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp +++ b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp @@ -2,7 +2,8 @@ #include "cpyTest2.hpp" #include "cpyTest3.hpp" #include "ccppyyTTeesstt/cpyTest4.hpp" +#include "directory/cpyTest5.hpp" std::string getStrCpyTest() { - return CPY_TEST_STR_2 CPY_TEST_STR_3 CPY_TEST_STR_4; + return CPY_TEST_STR_2 CPY_TEST_STR_3 CPY_TEST_STR_4 CPY_TEST_STR_5; } |
