From 4ec6918cd59d0fbf6cd3e93c7f5d86d43a4f44e8 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 16 Feb 2020 14:45:29 +0100 Subject: cmake: Fix dependency loops in custom targets (fixes #6632) --- test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp (limited to 'test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp') diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp new file mode 100644 index 000000000..a9d05c744 --- /dev/null +++ b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp @@ -0,0 +1,7 @@ +#include "cpyTest.hpp" +#include "cpyTest2.hpp" +#include "cpyTest3.hpp" + +std::string getStrCpyTest() { + return CPY_TEST_STR_2 CPY_TEST_STR_3; +} -- cgit v1.2.3