gstreamer/tests/examples/gl/generic/doublecube/meson.build
Guillaume Desmottes dd5f7f1bf9 gl: move each gl platform specific API to its own gir
With contributions from:
Thibault Saunier <tsaunier@igalia.com>
Matthew Waters <matthew@centricular.com>

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/651

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/661>
2020-08-06 04:09:09 +00:00

5 lines
125 B
Meson

if have_cxx
executable('doublecube', 'main.cpp',
dependencies : [gstgl_dep, gstglproto_dep],
install: false)
endif