Browse Source

test: meson: add vlc-window executable

The test driver allows testing vlc_window module implementations, but
was not compiled by the meson subsystem yet.

Tested on Windows 11.
pull/180/head
Alexandre Janniaux 1 year ago
committed by Steve Lhomme
parent
commit
88e3c3344a
  1. 7
      test/meson.build

7
test/meson.build

@ -127,3 +127,10 @@ executable('vlc-demux-dec-run', 'vlc-demux-run.c',
link_with: [libvlc_demux_dec_run, libvlc, libvlccore, vlc_libcompat],
install: false,
win_subsystem: 'console')
executable('vlc-window', 'vlc-window.c',
include_directories: [vlc_include_dirs],
link_with: [libvlc, libvlccore, vlc_libcompat],
c_args: common_args,
install: false,
win_subsystem: 'console')

Loading…
Cancel
Save