mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
13 lines
249 B
Meson
13 lines
249 B
Meson
|
netsim_sources = [
|
||
|
'gstnetsim.c',
|
||
|
]
|
||
|
|
||
|
gstnetsim = library('gstnetsim',
|
||
|
netsim_sources,
|
||
|
c_args : gst_plugins_bad_args,
|
||
|
include_directories : [configinc],
|
||
|
dependencies : [gstbase_dep],
|
||
|
install : true,
|
||
|
install_dir : plugins_install_dir,
|
||
|
)
|