diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-23 17:24:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-23 17:24:46 +0300 |
| commit | 4c2b64188d574af79f4e949078a352e39710ed68 (patch) | |
| tree | 0f5f30bd067e829b696f72df4be731bf1896817c /test cases/common/255 preprocess/src/meson.build | |
| parent | 064165485ce00aac64afd98120fd725032e559fd (diff) | |
| parent | ebbaeec51b5c5c8177fe6583a2a5bd6b7f929684 (diff) | |
| download | meson-4c2b64188d574af79f4e949078a352e39710ed68.tar.gz | |
Merge pull request #10916 from xclaesse/preprocess
Add cc.preprocess() method
Diffstat (limited to 'test cases/common/255 preprocess/src/meson.build')
| -rw-r--r-- | test cases/common/255 preprocess/src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/255 preprocess/src/meson.build b/test cases/common/255 preprocess/src/meson.build new file mode 100644 index 000000000..4cd955444 --- /dev/null +++ b/test cases/common/255 preprocess/src/meson.build @@ -0,0 +1,3 @@ +file_map = cc.preprocess('file.map.in', + output: '@BASENAME@', +) |
