mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
9 lines
200 B
Makefile
9 lines
200 B
Makefile
|
|
||
|
noinst_PROGRAMS = doublecube
|
||
|
|
||
|
doublecube_SOURCES = main.cpp
|
||
|
|
||
|
doublecube_CXXFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_CXXFLAGS) $(GL_CFLAGS)
|
||
|
doublecube_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_LIBS) $(GL_LIBS)
|
||
|
|