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