aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build
blob: b1f893849ed840850aa8064aea81469b40e0196e (plain)
1
2
3
4
libtachyon = shared_library('tachyonlib', 'meson-tachyonlib.c')

libtachyon_dep = declare_dependency(link_with : libtachyon,
                                    include_directories : include_directories('.'))