diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-11-28 03:52:06 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-12-02 02:07:19 +0530 |
| commit | 7586a4ac091a262008c96c0eed004e9b5aeab56a (patch) | |
| tree | ff72f3b25b2263966dc654e044cdc7375df4cc3e /test cases/python3/4 custom target depends extmodule/ext/lib/meson.build | |
| parent | 62ba5ca1ec1b9423b2fe6676dd163e2a06a7b0a5 (diff) | |
| download | meson-7586a4ac091a262008c96c0eed004e9b5aeab56a.tar.gz | |
tests/python/4: Test that custom target depends add PATH
Diffstat (limited to 'test cases/python3/4 custom target depends extmodule/ext/lib/meson.build')
| -rw-r--r-- | test cases/python3/4 custom target depends extmodule/ext/lib/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build b/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build new file mode 100644 index 000000000..b1f893849 --- /dev/null +++ b/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build @@ -0,0 +1,4 @@ +libtachyon = shared_library('tachyonlib', 'meson-tachyonlib.c') + +libtachyon_dep = declare_dependency(link_with : libtachyon, + include_directories : include_directories('.')) |
