Don't build tests on 16.04 as the boost test version can't cope with the depends...
[dcpomatic.git] / hacks / gl / Makefile
1 gl:     drawable.cc basic_gl_pane.cc image.cc image_loader.cc
2         g++ drawable.cc basic_gl_pane.cc image.cc image_loader.cc -o gl `wx-config --cflags --libs --gl-libs` -lGL -lGLU