diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-11 22:14:10 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-12 00:02:37 +0200 |
| commit | 4af4145d09d14bcf142714b3dd8c25ee00fcbe68 (patch) | |
| tree | a289c0d6b5960733bd16d9ecab41fbd9a391ceb2 /test cases/frameworks/5 protocol buffers/meson.build | |
| parent | 19cd60205db049a0aac274afad910281e9011ff7 (diff) | |
| download | meson-4af4145d09d14bcf142714b3dd8c25ee00fcbe68.tar.gz | |
Files created with generator can have path segments.
This is OK, because they are written in the private directory
of each target and its layout can be anything.
Diffstat (limited to 'test cases/frameworks/5 protocol buffers/meson.build')
| -rw-r--r-- | test cases/frameworks/5 protocol buffers/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/frameworks/5 protocol buffers/meson.build b/test cases/frameworks/5 protocol buffers/meson.build index 58666f9b9..f8ca7b1a6 100644 --- a/test cases/frameworks/5 protocol buffers/meson.build +++ b/test cases/frameworks/5 protocol buffers/meson.build @@ -18,3 +18,4 @@ e = executable('prog', 'main.cpp', generated, test('prototest', e) subdir('asubdir') +subdir('withpath') |
