diff options
Diffstat (limited to 'test cases/unit/7 run installed/meson.build')
-rw-r--r-- | test cases/unit/7 run installed/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/unit/7 run installed/meson.build b/test cases/unit/7 run installed/meson.build new file mode 100644 index 0000000..af307f5 --- /dev/null +++ b/test cases/unit/7 run installed/meson.build @@ -0,0 +1,8 @@ +project('foo', 'c', + default_options : 'libdir=lib') + +subdir('foo') + +executable('prog', 'prog.c', + link_with : foolib, + install : true) |