diff options
| author | Sebastian Würl <s.wuerl@mailbox.org> | 2020-08-30 18:22:45 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-08-30 23:53:00 +0200 |
| commit | 8e004afc90ee82c7e51817d8a7046a894eb90485 (patch) | |
| tree | 43897649fdc7c92d610299f5367f21965d9a63b5 /test cases/cmake/8 custom command/subprojects/cmMod/cpyTest | |
| parent | ac8cc2106f319fc93a5e38ffb88a70be09e9ee3e (diff) | |
| download | meson-8e004afc90ee82c7e51817d8a7046a894eb90485.tar.gz | |
CMake module: Allow paths of generated CMake sources for include directories
Diffstat (limited to 'test cases/cmake/8 custom command/subprojects/cmMod/cpyTest')
| -rw-r--r-- | test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest5.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest5.hpp b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest5.hpp new file mode 100644 index 000000000..3669f00b4 --- /dev/null +++ b/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest5.hpp @@ -0,0 +1,3 @@ +#pragma once + +#define CPY_TEST_STR_5 " test" |
