aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest.hpp')
-rw-r--r--meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest.hpp b/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest.hpp
new file mode 100644
index 000000000..e8dec13c0
--- /dev/null
+++ b/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <string>
+
+std::string getStrCpyTest();