Sign in
qemu
/
meson
/
refs/heads/xcodefix
/
.
/
test cases
/
python
/
4 custom target depends extmodule
/
ext
/
lib
/
meson.build
blob: b1f893849ed840850aa8064aea81469b40e0196e [
file
] [
log
] [
blame
]
libtachyon
=
shared_library
(
'tachyonlib'
,
'meson-tachyonlib.c'
)
libtachyon_dep
=
declare_dependency
(
link_with
:
libtachyon
,
include_directories
:
include_directories
(
'.'
))